#bloggers {
    width: 100%;
    background-color: #FFF;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    }
#bloggers ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#bloggers li {
    float: left;
    text-align: center;
    width: 16.66%;
    margin: 1em 0;
}
#bloggers li a {
    font-size: 0.75em;
    font-weight: bold;
    text-decoration: none;
}
/* #bloggers li a:hover {
    opacity: 0.7;
} */
#bloggers .blogthumb {
    border: 2px solid #FFF;
    border-radius: 20%;
    -moz-border-image: border-radius: 20%;
    -webkit-border-image: border-radius: 20%;
    margin: 2% auto;
    max-width: 84px;
    position:relative;
    overflow:hidden;
    z-index:1;
}
#bloggers .blogthumb img {
    border-radius: 20%;
    -moz-border-image: border-radius: 20%;
    -webkit-border-image: border-radius: 20%;
    opacity: 1!important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    max-width: 84px;
}
#bloggers .blogthumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#bloglatestspside {
    display: none;
    }
#blogfeed_container .blogger_lists ul {
    padding: 0px;
    margin: 0px;
    font-size: 10px;
    color: #FFFFFF;
    }
#blogfeed_container {
    padding: 0px;
    margin: 0px;
    }
#blogfeed_container .blogger_lists li {
    list-style-type: none;
    clear: both;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 58px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #FFF;
    color: #FFF;
    }
#blogfeed_container .blogger_lists li a {
    color: #FFF;
    }
#blogfeed_container .blogger_lists img {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    }
#wooddeck {
    font-size: 12px;
    overflow:hidden;
    width: 820px;
    padding-bottom: 20px;
    background-color: #000;
    color:#FFF;
}
#wooddeck .blogger {
    padding: 0px;
    margin-top: 40px;
    margin-left: 40px;
    overflow: hidden;
}
#wooddeck ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#wooddeck ul li {
    float: left;
    width: 160px;
    height: 150px;
    margin-bottom: 20px;
    margin-right: 35px;
}
#wooddeck img {
    margin-bottom: 3px;
}
.bname {
    font-size: 11px;
    font-weight: bold;
    white-space:nowrap;
    width:160px;
    height: 15px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 1px;
}
.uptime {
    font-size: 10px;
    white-space:nowrap;
    width:160px;
    height: 15px;
    text-align: center;
    font-weight:normal;
}
#wooddeck .uptime a {
    color: #FFFFFF;
    text-decoration:none;
}
#wooddeck .uptime a:hover {
    color: #FFFFFF;
    text-decoration:underline;
}
@media only screen and (max-width: 768px) {
#bloggers li {
    width: 20%;
}
}
@media only screen and (max-width: 414px) {
#bloggers li {
    width: 33.333%;
    margin: 0.75em 0 0 0;
    line-height: 0.75em;
    min-height: 120px;
}
#bloggers li a {
    font-size: 0.5em;
}
}