.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #3a3a3a;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #3a3a3a;       
}

li {margin: 0 0 15px 0px;}

ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

#overflow-container{
	background-image:url(https://www.shift.it/2018/wp-content/uploads/2018/03/logo-shift.png);
	color:rgb(84, 84, 84);
	background-position:50% 50px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}

.sub-menu .menu-item a{
	letter-spacing:0.1px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom: 1px dotted grey;
}

#menu-primary {
float: none;
}

.comments-closed {
display: none;
}

.header-icons {
font-size: 30px
}
.header-icons a {
margin: 0 30px;
}

.sidebar-after-main-content {
    margin: 0em;
    padding-top: 0em;
}

.sdm_download_thumbnail_image {
    width: 150px !important;
	height: auto !important;
}

.post-content a {
    color: red;
}

@media all and (min-width: 1100px) {

.singular-page-9498 .post-content {
padding: 0 !important;
width: 917px;
margin: 0 auto;
}
}

.rpwe-block a {
	font: 15px 'trebuchet MS', 'lucida sans';
}

.wpsm_testimonial-pic {
    margin-bottom: 10px;
}