a
{
	text-decoration: none; color: #ffffff
}
*
{
    box-sizing: border-box;
}
body
{ 
	font-family: Arial; font-size: 0.95em; line-height: 1.75; background-color: #ffffff
}
.row::after
{
    content: ""; clear: both; display: block; align: center
}
d [ class*="col-" ]
{
    float: left; padding: 20px
}

.col-1 { width: 8.33% }
.col-2 { width: 16.66% }
.col-3 { width: 25% }
.col-4 { width: 33.33% }
.col-5 { width: 41.66% }
.col-6 { width: 50% }
.col-7 { width: 58.33% }
.col-8 { width: 66.66% }
.col-9 { width: 75% }
.col-10 { width: 83.33% }
.col-11 { width: 91.66% }
.col-12 { width: 100% }

@media only screen and ( max-width: 700px )
{
    [ class*="col-" ]
	{
		width: 100%
    }
}

.bann 
{
   position: fixed; left: 0; bottom: 0; width: 100%; background-color: #000000; opacity: 1.00; color: #ababab; text-align: center; font-size: 0.95em; line-height: 1.75;
   height: 130px; margin-bottom: -1px
}
.littleBann
{
	font-size: 0.75em; padding-top: 20px
}

.latein
{
	font-family: Arial; text-align: left; font-size: 0.95em; line-height: 1.75; margin-left: 0px; margin-top: 10px; margin-right: 20px; margin-bottom: 30px
}

.button
{
    background-color: #ababab; border: none; color: #ffffff; padding: 7px; text-align: center; text-decoration: none; width: 150px; height: 50px;
	display: inline-block; font-family: Arial; font-size: 1.00em; cursor: pointer
}

.bannButton
{
    background-color: #4eb200; border: none; color: #ffffff; padding: 8px 20px; text-align: center; text-decoration: none; width: 150px;
	display: inline-block; font-size: 15px; margin: 4px 2px; cursor: pointer
}

.butt02
{
    background-color: #ababab; border: none; color: #ffffff; padding: 8px; margin-bottom: 0px; text-align: center; width: 100%; display: inline-block; font-size: 17px; cursor: pointer
}

.para
{
	font-family: Times; font-size: 2.00em; line-height: 2.00em; margin-top: 20px;
}
.myClock
{
	font-family: Times; font-size: 1.50em; line-height: 1.50em
}

.scribo
{
    background-color: #cccccc; border: none; color: #000000; padding: 20px 20px; text-align: center; 
	text-decoration: none; width: 100%; display: inline-block; font-size: 15px; margin-left: 0px
}

#buttjav
{
    display: none; position: fixed; bottom: 30%; left: 15px; z-index: 99; background-color: #000000; color: #ffffff; cursor: pointer; padding: 15px; border: none
}

input
{
	margin-bottom: 20px; height: 40px; width: 150px; font-size: 18px; padding-left: 5px; border: 0px solid #000000; background: #ffffff
}

.styled-select select 
{
	background-color: #000000; color: #ffffff; width: 150px; text-align: center; padding: 5px; font-family: Times; font-size: 1.50em; line-height: 1.50em; border: 0; border-radius: 0; height: 100%; -webkit-appearance: none
}
.styled-select option:hover
{
	background-color: #ababab; color: #ffffff;
}

@media screen and ( max-height: 450px ) 
{
	.sidenav
	{
		padding-top: 15px
	}
	.sidenav a
	{
		font-size: 15px
	}
}

img.flex
{
	max-width: 100%; margin-left: 0px; margin-top: 20px
}

