#leftcontainerBox {
float:left;
z-index: 1000;
}
#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px;
width:60px;
height:60px;
padding-bottom:2px;
padding-left:3px;
}
.bottomcontainerBox {
float:left;
height:30px;
width:100%;
} .tf-social-container{
position: fixed;
z-index: 0;
}
#leftcontainerBox{
margin-right: 10px;
position: relative;
right: 100%;
text-align: right;
}
#leftcontainerBox .buttons{
width: 84px !important;
} @media screen and (min-width: 1240px) {
.tf-wrap .grid{
width: 1020px;
}
} @media screen and (min-width: 1000px) and (max-width: 1240px) {
} @media screen and (min-width: 768px) and (max-width:1000px) {
} @media screen and (max-width: 768px){
#leftcontainerBox{
display: none !important;
}
}