/*
	styles.css
	Initial code generated by thesitewizard.com's Layout Wizard 3.0.1
*/
body {
	font-family: "Times New Roman", Times, serif ;
	color: white ;
	background-color: blue ;
}
a {
  color: yellow;
}
a:visited {
  color: gold;
}
a:hover, a:active, a:focus {
  color:GreenYellow;
}
table {
	color: black ;
	background-color: white ;
    border-collapse:collapse;
    border:1px solid black;
}
table td{
    border:1px solid black;
}
table th{
    border:1px solid black;
    color:black;
    padding: 0px 75px 0px 5px;
}
th{
    border:1px solid black;
    color:black;
    padding: 0px 75px 0px 5px;
}
img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}
input, select, button, textarea {
	max-width: 100% ;
}
.content {
    width: 80%;
    text-align: center;
    padding: 0px;
    overflow: hidden;
    border: 2px;
}
.content-officers {
    width: 650px;
    padding: 0 10px;
    overflow: hidden;
    border: 2%;
    color: black ;
	background-color: DodgerBlue ;
    }
    
#content-schedhead {
    width: 80%;
    margin-left: 0%;
    margin-right: auto;
    border: 1%;
    padding: 10px 20px;
    background-color: white ;
    color: black;
    }
#content-buttons {
    width: 55%;
    margin-left: 5%;
    margin-right: auto;
    border: 1%;
    padding: 10px 20px;
    background-color: Crimson ;
    color: black;
    }
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
}
.left, .right {
  width: 20%;
}
.middle {
  width: 40%;
  padding: 0px 0px 0px 40px;
}
meter, progress, output {
	max-width: 100% ;
}
div#tswsidecol {
	float: right ;
	width: 20% ;
	color: white ;
	background-color: blue ;
}
div#tswcontent {
	float: right ;
	width: 80% ;
	color: white ;
	background-color: blue ;
}
@media only screen and (max-width: 629px) {
	div#tswsidecol {
		float: none ;
		width: 100% ;
	}
	div#tswcontent {
		float: none ;
		width: 100% ;
	}
}
div#tswcontproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswcontainer {
	color: inherit ;
	background-color: blue ;
}
div#tswsideproper, div#tswothersideproper {
	padding-left: 5px ;
	padding-right: 5px ;
}
div#tswheader {
	color: white ;
	background-color: blue ;
}

