/* RE-DEFINED HTML TAGS */

.a1 {
  font-size: 2.5em;
  color:white;
  padding:0;
}

.a2 {
  font-size: 1.875em;
  color:white;
  padding:0;
}
.a3 
{
  font-size: 1.250em;
  color:white;
  padding:0;
}
.p 
{
  font-size: 0.875em;
  color:white;
  padding:0;
}

body
{
	margin: 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
}

body *
{
	margin-top: 0;
	margin-bottom: 0;
}

fieldset
{
	border: none;
	padding: 0;
}

fieldset.submit
{
	margin-top: 1.5em;
	text-align: center;
}

fieldset.submit input
{
	width: 20em;
	border: 2px solid #003399;
	border-top-color: #0099FF;
	border-left-color: #0099FF;
	padding: 0.25em;
	background-color: #0066CC;
	color: #FFFFFF;
}

form
{
	margin-top: 0.25em;
}

label
{
	font-weight: bold;
}

p
{
	margin-top: 0.1em;
}

textarea
{
	clear: left;
	width: 100%;
	height: 200px;
	border-top-width: 1px;
	padding: 0;
}




/* OBJECT TAGS */

#content
{
	clear: both;
	padding: 0 2em;
	background-color: #FFFFFF;
}




/* CLASSES */

.clearer
{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden[style*='display: block'] {
    display:block !important;
}

.TableNoBorders {
	border-collapse: collapse; 
        border:none !important;
	padding:1;
}
.TableNoBorders td {
	border-collapse: collapse; 
        border:none !important;
	padding:1;
}

.TableNoBorders tr {
	border-collapse: collapse; 
        border:none !important;
	padding:1;
}
.TableNoBorders thead {
	border-collapse: collapse; 
    border:none !important;
	padding:1;
}
.TableNoBorders thead th {
	border-collapse: collapse; 
    border:none !important;
	padding:1;
}
.TableNoBorders tfoot th {
	border-collapse: collapse; 
    border:none !important;
	padding:1;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #000000;
  background-color: #000000;
  color:white;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.5s;
 color:white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: darkgrey;
  color:white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: grey;
  color:white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #000000;
  border-top: none;
  position: relative;
display: block;
padding:5px 5px 5px 5px; 
text-align: left;
}


/* Style Clock */
#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: darkgrey;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 3px;
    background: grey;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}


.accordion {
  background-color: black;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #666666;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {

}

.dropdownpanel {
  background-color: black;
   color: #FFFFFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: red;
}






	  
.mytable a:link,
.mytable a:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: red;
}
.mytable a:active,
.mytable a:hover {
  color: #bd5a35;
  text-decoration: underline;
  background: red;
}
table.mytable {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;

  font-size: 12px;
  background: #eaebec;
  border: #ccc 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
}
.mytable th {
  color: #fff;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #191970;
}

.mytable th:first-child {
  text-align: center;
}
.mytable tr {
  text-align: center;
}
.mytable tr td:first-child {
  text-align: center;
  border-left: 0;
}
.mytable  td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafa fa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

.mytable tfoot  {
  color: #191970;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #191970;
}
.mytable tr:last-child td {
  border-bottom: 0;
 
}
.mytable tr:last-child td:first-child {
  -moz-border-radius-bottom-left: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.mytable tr:last-child td:last-child {
  -moz-border-radius-bottom-right: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.mytable tr:hover td {
	
  background: red;
   color: white;
  transform: scale(1.02);
  padding-left: 2px;
  outline: 1px solid red;
  -moz-box-shadow: 10px 10px 5px #888;
  -webkit-box-shadow: 10px 10px 5px #888;
  box-shadow: 10px 10px 5px #888;
}



.rosterTable {

  margin-left: auto;
  margin-right: auto;
  border: #ccc 1px solid;
background-color:black;

}
.rosterTable th {
  color: #fff;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #d3c83b;
}

.rosterTable  td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  color: #fff;
}


