
body {
    font-family: Arial, sans-serif;
    background-color: #F5F5F5;
    color: #1A1A17;
    margin: 20px;
    padding: 0;
}
header {
    background-color: #025C98;
    color: white;
    padding: 20px;
    text-align: center;
}
.logo {
    float: left;
    height: 200px;
}
main {
    padding: 20px;
}
.content p {
    margin-bottom: 15px;
}
div.button {
	padding: 10px;
}
div.centeredText {
	margin: auto;
	text-align: center;
    padding: 10px;
}
div.supplierinfo {
	margin: auto;
	text-align: center;
}
button {
	background-color: #FFFFFF;
	color: #025C98;
	text-align: center;
	padding: 10px 20px;
	border: 2px solid #025C98;
	text-decoration: none;
	display: inline-block;
	font-size: 0.80em;
	font-weight: bold;
}
a {
    color: #DC025F;
    text-decoration: none;
}
a:hover {
    color: #3DB499;
}
a.nav-tabs {
	background-color: #FFFFFF;
	color: #025C98;
	text-align: center;
	padding: 14px 25px;
	border: 2px solid #025C98;
	text-decoration: none;
	display: inline-block;
}
a.nav-tabs:hover:not(.active) {
	background-color: #DC025F;
	color: white;
	border: 2px solid #DC025F;
}
.active {
	background-color: #025C98;
	color: white;
	border: 2px solid #025C98;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #575656;
}

ul.nav-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}
li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover:not(.active) {
    background-color: #FFFFFF;
    color: #DC025F
}
.active {
    background-color: #303232;
    color: white;
}
li.nav-tabs a {
	color: #025C98;
	text-align: center;
	padding: 14px 25px;
	border: 2px solid #025C98;
	text-decoration: none;
	display: inline-block;
}

li.nav-tabs a:hover:not(.active) {
    background-color: #DC025F;
    color: #ffffff
}
.active {
    background-color: #DC025F;
    color: #ffffff;
}
#statusNotAuth {
    color: #1A1A17;
    border-radius: 5px;
	padding: 10px;
	margin: auto;
	max-width:600px;
	text-align: center;
	font-size: 1em
}
#statusAuth {
    color: #DC025F;
    border-radius: 5px;
	padding: 10px;
	margin: auto;
	max-width:600px;
	text-align: center;
	font-size: 1em
}
#startButtons {
	text-align: center;
}
#introPara {
    color: #1A1A17;
	padding: 20px;
	margin: auto;
	text-align: center;
	font-size: 0.9em
}
footer {
    background-color: #1A1A17;
    color: #F5F5F5;
    text-align: center;
    padding: 10px;
    position: relative;
    bottom: 0;

}