@charset "UTF-8";

body{
    font-family: 'Ropa Sans', sans-serif;
	background-color:#FFFFFF !important;
}
h1{
    text-align: left;
	font-size: 22px;
	line-height: 20px;
	padding-left: 20px;
	

    
}
h2{
    text-align: left;
	font-size: 22px;
	line-height: 20px;
	
	

    
}
#menu{
    width: 23%;
    float:left;
	font-size: 14px;
	font-weight: Light;
	
}
#menu ul{
    list-style-image: none;
    list-style: none;
    padding-left: 20px;
	
	
}
#menu ul a{
    color: #777;
    text-decoration: none;
	

	
   
}
#menu ul a:hover {
    color: #000;
    
}
#menu li {
    margin-bottom: 7px;
   
    
}

.scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; 
    width: 75%;
    height:100%;
    float: left;
    margin-left: 20px;
    border-left: 0px solid #ccc;
}
.item {
    flex: 0 0 auto; 
    padding: 5px;
}
.text{
    max-width: 97%;
    margin: 0px 20px;    
    width:auto;
    font-size: 14px !important;
	
}
.text table{    
    width: 90% !important;
    border: 0px #fff !important;
    border-collapse: collapse !important;
    border: none !important;
}
.text table a{    
    color: #000;
}
.text table td{
    padding: 10px 20px;
    vertical-align: top;
}
.bold{
    color: #000 !important;
    font-weight: bold !important;
}