@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

body {
font-family: 'Open Sans', sans-serif;
  overflow-x: hidden!important;
}

.header {
	background-color:#f6f6f6;
}

h1,h2,h3,h4,h5,h6 {
color:#000;
font-weight:700;
}

.header_inner p{
	padding:25px 0px;
}

a {
color:#60BCBF!important;
}

a:hover {
text-decoration:underline;
}

.progress {
display:table;
margin-bottom:15px;
}

.progress td{
color:#ccc;
}

h1,h2,h3,h4 {
color:#60BCBF;
}

.progress tr:first-child td{
font-weight:700;color:#60BCBF;
}

.progress tr:nth-child(even) {background: #f6f6f6}
.progress tr:nth-child(odd) {background: #FFF}

.index_button {
	border:1px solid #60BCBF;
	display:block;
	padding:10px 25px;
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#fff!important;
background-color:#60BCBF;
font-weight:750;
font-size:1.1rem;
}

.goback {
display:block;
text-align:center;
width:30%;
margin:0 auto;
background-color:#60BCBF;
color:#fff!important;
margin-top:25px;
padding:10px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.index_button:hover{
	background-color:#4e9699;
	border:1px solid #4e9699;
	color:#fff!important;
	text-decoration:none;
}

.btn-primary {
background-color:#60BCBF!important;
border:1px solid #60BCBF!important;
}

.btn-primary:hover {
background-color:#4e9699!important;
}

table {
	border:1px solid #e5e5e5;
	border-collapse: collapse;
	font-size:0.8rem;
}

table thead {
	background-color:#60BCBF;
	color:#fff;
	text-transform:uppercase;
}

table thead th{
padding:15px;
}

table td{
border:1px solid #e5e5e5;
	padding:15px;

}