    
#container{max-width:100%;   margin-bottom: 0.5em; }

 /** container general **/

#container_general
{ 	/*width:98%; border:1px solid #ff99bb !important; padding: 0.2em 1.25%;max-width:1680px;*/ 
	width:99%;
	clear:both;
	 position: relative; overflow: auto;
	text-align: left;  
	color: #000000 !important; 
	
	font-family: 'Open Sans', serif;
	 font-size:1.1em;
	 margin-bottom:10px;
	 /*  margin: 0.05em 0;  padding-left: 10px;    */   
	 
	 
	 } 
 
#container_general div.feature{ 
	width: 96%;	
	float:left;
	margin-left: 10px;
	padding: 1.5em 1.25%;
	margin-bottom:10px;
	background:white;
	
	font-family: 'Open Sans', serif;
	 font-size:1.1em;
}

#container_general div.feature h3{
	padding: 10px;
	
	font-weight:bold;
	
	font-family: 'Open Sans', serif;
	 font-size:1.3em;
	
	font-weight: bold; color: #000000;  
}
 

#container_general div.feature p{
	padding: 10px 10px;
	 
	color:black;
	padding-top:0;
	font-family: 'Open Sans', serif;
	 font-size:1.1em;
}


@media only screen and (max-width:1340px){
#container_general div.feature
	{
 		font-size:1.0em;
		font-family: 'Open Sans', serif; 
	}
}
@media only screen and (max-width:1024px){
#container_general div.feature{
 	font-size:1.0em;
	font-family: 'Open Sans', serif; 
	}
}
	 

@media only screen and (max-width:950px){
#container_general div.feature{
	margin-left: 2.25%;
	margin-right: 2.25%;
	width: 94.5%;
	clear:both;	
	margin-bottom: 2em;
	padding:0 0 2.5em 0;
	font-size:1.0em;
	font-family: 'Open Sans', serif; 
	} 
}
   

  

#container_card
{ 	width:98%; position: relative; overflow: auto;
    text-align: left;  
	clear:both;
   	color: #000000 !important; 
  	 font-family: 'Open Sans', serif;
	  font-size:1.0em; 
	margin-bottom:10px;
} 
 
.card {
  box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 340px;  clear:both;
  border-radius: 5px;
  margin: auto;
  text-align: left;  
	border:1px solid #dcdcdc !important;
	background-color: #ffffff;
	
	 	color: #000000 !important; 
  	font-family: 'Open Sans', serif;
	font-size:1.0em;
}


#container_card div.card p{
	padding: 10px 10px;
	 font-family: 'Open Sans', serif;
	 font-size:1.0em;

	color:black;
 
	 
}
 
 
/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width:30%;
  padding: 10px; 
	margin-top; 10px;
	 color: #000000 !important; 
  font-family: 'Open Sans', serif;
	 font-size:1.0em;
}


div.card img{
width: 70%;
float: left;
margin: 1.2em 4.5em 1.5em 0;	
}
 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


   


@media only screen and (max-width:1340px){
 .column 
	{
 		font-size:1.0em;
		font-family: 'Open Sans', serif; 
	}
}
@media only screen and (max-width:1024px){
 .column {
 	font-size:1.0em;
	font-family: 'Open Sans', serif; 
	}
}
	 

@media only screen and (max-width:950px){
 .column {
	margin-left: 2.25%;
	margin-right: 2.25%;
	width: 94.5%;
	clear:both;	
	margin-bottom: 2em;
	padding:0 0 2.5em 0;
	font-size:1.0em;
	font-family: 'Open Sans', serif; 
	} 
}
   

 


 
.video_container {
  position: relative;
  width: 90%;
  overflow: hidden;
  padding-top: 75%; /* 4:3 Aspect Ratio */
	margin-left: 10px;
	padding: 1.5em 1.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

  


/* Tables */
	
#mus_table table
{ text-align: left;  	  
	 width: 100%;
	border: 1px solid #D8D9DA !important; 
	border-spacing: 0;
	
	border-collapse:collapse;
	 height:100%;
 	 
	vertical-align:top; text-align:left; 
	 margin-left:20px;
	
	  padding-left: 30px;  
}

#mus_table td, #mus_table th 
{
	text-align:left; 
	
	font-size: 1em;  text-align:left; border:1px solid #D8D9DA;
	vertical-align:top; 
	 
	margin:5px; padding:10px !important;
	height:40px !important;
	 margin-left:20px;
	line-height: 1.6;
	
 }

#mus_table tr:nth-child(odd) {
  background-color:#ffffff;
}


 

@media screen and (max-width: 800px) {
  #mus_table table {
    border: 0;
	  width: 90%;
  }
 
  
  #mus_table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 1.625em;
  }
  
 #mus_table  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #mus_table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #mus_table table td:last-child {
    border-bottom: 0;
  }
}


 
 