﻿#Mastercontent{
    margin-top:30px;
    margin-left:300px;
}
.sidebar {
        width:250px;
}
.searchBar{
    margin-left:280px;
    display:block;
}
@media only screen and (max-width: 768px) {
    .inner-footer{
        display:block;
    }
    .inner-footer .item{
        width:48%;
    }
}
@media only screen and (max-width: 500px) {
     #Mastercontent{
        margin-left:10px;
    }
    .sidebar {
        width:0px;
    }
    .searchBar{
        margin-left:30px;
    }
    .searchBar .left{
        display:none;
    }
    .login-wrapper{
        width:85%;
        height:auto;
        margin:auto;
        margin-top:50px;
    }
}
@media only screen and (max-width: 500px) {
    .inner-footer{
        display:block;
    }
    .inner-footer .item{
        width:95%;
        padding-bottom:4px;
        margin-bottom:5px;
        border-bottom:1px solid #818181;
    }
    .inner-footer .item:last-child{
        margin-bottom:0;
        border-bottom:none;
    }
   
}
