
/* ======================================= Check Tan Time ==================================================*/

body {
	font-family:"roboto" normal bold;
	background: #400067;
}
.cantancont h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffca00;
    font-family: roboto;
    font-weight: bold;
    margin:0 auto 5px;
}
.cantancont h2 {
    font-size: 16px;
    margin: 0 auto;
    font-family:roboto;
}
.tantimenotice {
	top:0;
	left:0;
	right:0;
	width:100%;
	position:absolute;
	margin:0 auto 15px;
	background:orange;
	color:black;
	padding:.5%;
}
.sublabel {
    font-size: 13px;
    font-style: italic;
    margin-bottom: 5px;

}
label {
    font-size: 16px;
    font-weight: bold;
    color: #ffca00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin:0;
}
.cantancont input {
    width: 90%;
    max-width: 300px;
    padding: 10px;
    border: 1px inset #621790;
    background: white;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.cantancont input[type="submit"] {
    width: 200px;
    padding: 12px;
    background: linear-gradient(gold, orange);
    border: 1px outset #ffca46;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    font-family: roboto;
    border-radius: 5px;
}
.cantancont input[type="submit"]:hover, .cantancont input[type="submit"]:focus {
    background: orange;
    border: 1px inset #ffca46;
}
.tantimenotice2 {
	top:0;
	left:0;
	right:0;
	width:100%;
	position:absolute;
	font-weight:bold;
	margin:-30px auto 15px;
	background:red;
	color:black;
	padding-bottom:1%;	
}
.cantancont {
    margin-top: 10px;
    padding: 20px;
}
.tantimenotice3 {
	top:0;
	left:0;
	right:0;
	width:100%;
	position:absolute;
	font-weight:bold;
	margin:0 auto 15px;
	background:red;
	color:black;
	padding:.5%;
	
}

