.side-scrollbar{height: 600px;
    overflow: auto;}


.fb-img{width:300px;}

table {  
    color: #333; /* Lighten up font color */
    font-family: Helvetica, Arial, sans-serif; /* Nicer font */
    width: 640px; 
    border-collapse: 
    collapse; border-spacing: 0; 
}

td, th { border: 1px solid #CCC; height: 30px; } /* Make cells a bit taller */

th {  
    background: #F3F3F3; /* Light grey background */
    font-weight: bold; /* Make sure they're bold */
}

td {  
    background: #FAFAFA; /* Lighter grey background */
    text-align: center; /* Center our text */
}
.div-shadow{box-shadow: 3px 10px #f5f4f4;}
.mt9{margin-top:90px;}
h3{font-size:20px;}
.max-heigh{height:1778px;}
/*.max-wid{width: 430px;}*/
.hight-section{height:1100px;}
.title-box	h2{font-size: 36px;
    color: #f90000;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .max-heigh{height:auto;}
  .hight-section{height:auto;}

}
@media only screen and (max-width: 767px){
	.max-heigh{height:auto;}	
	.hight-section{height:auto;}
	
	}