th {
  /*width: 151px;*/
  height: 35px;
  font-family: Arial Gras, Arial Normal, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #183E6D;
  text-align: left;
  background-color: #ccc;
}

label {
   font-size: 15px;
    color: #183E6D;
    font-weight: 100;
}
.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	border-bottom: 1px solid black;
}
h2 {
  font-family: Arial Gras, Arial Normal, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #183E6D;
}


.accordion img{
	border-width: 0px;
    width: 24px;
    height: 15px;
    position: RELATIVE;
    left: 100%;

}

.active, .accordion:hover {
    background-color: white; 
}

.panel {
   padding: 20px 25px; 
/*    display: none;
*/    background-color: white;
    overflow: hidden;
}



/*ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #555;
    color: white;
}*/

.test {
margin: auto;
    width: 100%;
    padding-left: 50PX;
}
