
	
/* Mobile Style	 */ 


	
	
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
  border-radius: 20px;


}

.active, .accordion:hover {
  background-color: #ccc;
  }
  
  .active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.accordion:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}

.active:before {
  content: "\2212  "; 
}

.panel {
  padding: 0 18px;
  background-color: #cfe3ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-bottom: 20px;
  margin-top: -2px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 20px;
}

.navbar ,line {
  float: left;
  width: 100%;
  height: 50px;
  left: 0; 
}

.navbar100 {
  float: left;
  width: 100%;
  height: 100px;
  left: 0; 
}


a {
  text-decoration: none;
  color: white;
}

.footer {
  bottom: 0;
  left: 0;
  position: fixed;
}


.col100 {
  width: 100%;
  float: left;
}

.col50 {
  width: 50%;
  float: left;
}

.col33 {
  width: 33.333%;
  float: left;
}

.col25 {
  width: 25%;
  float: left;
    border-width: 0px;
}

.col20 {
  width: 20%;
  float: left;
}



.col1 {
  width: 100%;
  float: left;
}

.col2 {
  width: 50%;
  float: left;
}

.col3 {
  width: 33.333%;
  float: left;
}

.col4 {
  width: 25%;
  float: left;
}

.col5 {
  width: 20%;
  float: left;
}

.left {
	text-align: left;
	float: left;
}

.middle {
	text-align: center;
	float: left;
}

.right {
	text-align: right;
	float: right;
}


.box {
  float: left;
  text-align: center;
  border-style: solid;
  border-color: grey;
  border-width: 1px;
  height: 50px;
  font-size: 25px;
  padding-top: 5px;
  background-color: lightgrey;
  width: 100%;
  color:white !important; 
  background-color:#00766a !important;
}

.box-no {
  float: left;
  text-align: center;
  border-style: solid;
  border-color: lightgrey;
  border-width: 0px;
  height: 50px;
  font-size: 30px;
  padding-top: 5px;
  color:white !important; 
  background-color:#00766a !important;
  width: 100%;
}

.line_tag {
  width: 15%;
  float: left;
  border-width: 0px;
}
.line_title {
  width: 85%;
  float: left;
  border-width: 0px;
  text-align: left;
}

.button{
	border:none;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
    font-size: 30px; 
    margin-top: -3px; 
}

.spacer {
  float: left;
  height: 30px;
  width: 100%;
}

.spacer10 {
  float: left;
  height: 10px;
  width: 100%;
}


.dropbtn:hover, .dropbtn:focus {
  background-color:#a0fab2;
  color: red;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  border-radius: 20px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  overflow: auto;
  box-shadow: 0px 8px 16px 3px grey;
  z-index: 90000;
  color: black;
  
  
}

.dropdown-content a {
  color: red;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  
}

.dropdown a:hover {background-color: #c6f1ce;}

.show {
	display: block
};
	
p {
	font-size: 25px;
}	
	

ul {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  margin-bottom: 20px;
}

li {

  padding: 5px;
  margin-top: 1px;
  font-size: 25px;

}

table {
	float: left;
	margin: 10px;
	background-color:#005aff;
	border-bottom-width: .5px;
	font-size: 20px;
}

td {
	background-color:white;
	padding: 5px;
}

a {
	color: black;
}

.small {
	font-size: 10px;
	color: red;
}

