/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 Jan, 2016, 2:16:19 PM
    Author     : Charu gupta
*/
.main_wrapper{
  overflow: hidden;
}
body{
    font-family: 'Roboto', sans-serif;
    max-width: 1560px;
    margin: auto;
}

#sidebar {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:100px;
    float:left;
    padding:5px;
    display: none;
}
#page_content{
    clear:both;
    width:100%;
    float:left;
    background: #f2f2f2;    
    margin-top: 2px;  
    padding-bottom: 20px;    
}

.bx-wrapper {
    ul{
        padding: 0px;
        li{
            text-align: center; 
        }
    }
}

#bx-wrapper  {margin:0 auto !important; width:700px !important;}

@media only screen and (max-width:500px){
  .main_wrapper #main_header .header{
    box-shadow: unset;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
  }
  #page_content{
    margin: 0;
  }
}
