@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,700&subset=latin-ext');

body {
	width: 100%;
	background-color: #3C9CBF;
	padding: 10px 10px 20px;
	font-family: 'Nunito', sans-serif;
}

footer {
	margin-top: 50px;
	font-size: 12px;
	color: #a6a6a6;
	text-align: center;
}

img {
	width: 100%;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #204035;	
}

h3 {
	font-weight: bold;
	margin-bottom: 30px;
	color: #4A7169;
}

table, td {
   border: 0.5px solid black;
}

small {
	font-weight: bold;
}

.container {
	background-color: #e6e6e6;
	padding: 10px 10px;
}

.header {
	text-align: center;
}

.content ul {
	list-style-type: none;
	padding-left: 10px;
}

.content a {
	font-size: 22px;
	color: #317f9b;
}

.submitb {
	width: 100%;
	text-align: center;
}

.submitb button {
	margin: 20px auto 10px;
	width: 120px;
	background-color: #317f9b;
	border: none;
}

.header img {
	margin-top: 20px;
	max-height: 150px;
	object-fit: contain;
}

.link {
	text-align: center;
}

.progress {
  display:none; 
  position:relative; 
  width:100%;
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}

.bar { 
  background-color: #B4F5B4; 
  width:0%; 
  height:30px; 
  border-radius: 3px; 
}

.percent { 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}

.admin .row {
	margin: 10px 0px;
	border-bottom: 1px solid #49271B;
}

.strong {
	font-weight: bold;
}