.styled-table {
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: center;
	
}
.styled-table th,
.styled-table td {
    padding: 0px 8px;
	border: 1px dashed ;
}
.styled-table tbody tr {
    border-bottom: 1px dashed #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 1px solid #009879;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.title-desc1 {
  font-family: 'Lato', serif;
  font-size: 22px; 
  text-transform: capitalize;
  display: block;
  color: red;
  text-align:center;
}
.title-desc2 {
  font-family: 'Lato', serif;
  font-size: 18px; 
  text-transform: capitalize;
  color: red;
  text-align:left;
  
}
.title-desc3{
  font-family: 'Lato', serif;
  font-size: 18px; 
  text-transform: capitalize;
  color: red;
  text-align:center;
  
}
.errormsg {
  font-family: 'Lato', serif;
  font-size: 16px; 
  text-decoration:bold;
  text-transform: capitalize;
  color: red;
  text-align:center;
  display: block;
  float:right;
  
}


.styled-table2 {
    border-collapse: collapse;
    margin: 20px 0;
	
    font-size: 1.2em;
    font-family: sans-serif;
    min-width: 200px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	
}
.styled-table2 thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	padding:5px;
	
}
.styled-table2 td {
    padding: 5px;
	border: 1px dashed ;
} 

.styled-table3 {
    border-collapse: collapse;
    margin: 20px 0;
	
    font-size: 1.0em;
    font-family: sans-serif;
    min-width: 200px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	
}
.styled-table3 thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
	padding:5px;
	
}
.styled-table3 td {
    padding: 5px;
	border: 1px dashed ;
}
.mtext{margin-top: 0px;
  color: #034273;
  font-size: 30px;
  font-weight: 700;
  border: 0px solid;
  width: 650px;
  text-align: left;
  margin-left: -130px;
  border: 0px solid;
}
.mtext2{margin-top: 0px;
  color: #e6147d;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  border: 0px solid;
  width:650px;
}
.hlogo{border:1px solid;}
.hlogo img{height:125px; width:950px;}
.hf{border:0px solid; }
.hf img{height:150px; width:190px; padding:3px;}
.ha{font-weight:bold;}
.news{border:0px solid; padding:8px;background:#ffc315;}
.menucolor{border:0px solid; background:#ffc315 !important;
  float: right;
float:right;}

.aphoto{
height: 50px;
  width: 158px;
  border: 0px solid #ddd;
}
.aphoto2{
height: 75px;
  width: 185px;
  border: 1px solid #ddd;
  padding: 8px 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}