
.dosis-data {
  font-family: "Dosis", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.dosis-message {
  font-family: "Dosis", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.dosis-title {
  font-family: "Dosis", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

body {
    background-color: black;
    margin: 0;
    padding: 0;

}
/*.fullBG {
    background-image: url(../tech_bk.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    margin: 0;
    padding: 0;
}*/
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
    z-index: -1;
}

header{
    color:#DD9933;
    display: block;
    margin: 0 auto 5px;
    padding:25px;
    width:70%;
    max-width: 1024px;
    background-color: rgb(0,0,0,0.9);
    border-radius: 5px;
}
.logoTop{
    display: block;
    float: right;
    width:40%;
    text-align: right;
}
.chronoHeader{
    letter-spacing: 3px;
}
section {
        color:#DD9933;
    display: block;
    margin: 0 auto 5px;
    padding:25px;
    width:70%;
    max-width:1024px;
    background-color: rgb(0,0,0,0.9);
    border-radius: 5px;
}
.messagesT {
    width:100%;
    display: block;
    margin: 0 auto;
    border: solid;
    border-width: 2px;
    border-color: #DD9933;
    color: #DD9933;
    border-collapse: collapse;
}
.messagesT td{
    margin:0;
    padding: 10px 5px;
}
.messagesT td.msg{
    border-top: solid;
    border-top-width: thin;
    border-top-color: #DD9933 !important;

    
}
.colA {width:15%;}
.colB {width:15%;}
.colC {width:40%;}
.colD {width:15%;}
.colE {width:5%;}
.msgRow:hover{
    background-color: #dd9933;
    color: white;
    cursor: pointer;
    font-weight: 600;
}
footer{
    color: #DD9933;
    display: block;
    margin: 0 auto 25px;
    padding:25px;
    width:70%;
    max-width: 1024px !important;
    background-color: rgb(0,0,0,0.9);
    border-radius: 5px;
}
 .new {
            animation: blinker 1.5s linear infinite;
     font-weight: 800;
}
@keyframes blinker {
            50% {
                opacity: 0;
            }
        }

.alertsFull{
    display:none;
    width: 100%;
    height: 100vh;
    background-color: rgb(0,0,0,0.65);
    z-index: 100;
    top:0;
    left: 0;
    position: fixed;
}
.alert i{
    display: block;
    margin:0 10px;
    color: red;
}
.alert p{
    /*padding-top: 25px;*/
    color: #333;
    margin-bottom:20px;
}
.alert{
    display: block;
    margin:100px auto;
    width: 35%;
    background-color: ghostwhite;
    color: red;
    font-size: .75em;
    position: relative;
    z-index: 50;
}
.alert:hover{
    cursor: pointer;
}
.alert::after{
      content: "";
  clear: both;
  display: table;
}
.reply{
    display: none;
}
.repall{
    display: none;
}
.fwd{
    display: none;
}
.del{
    display: none;
}
.notice {
    display: block;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
font-size: 12px;
}
.msgContent {
    display: block;
    width:95%;
    margin:10px auto;
    background-color: rgb(0,0,0,1.0);
}
.msgVid{
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 5px;
}
.closing {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    padding: 5px 0;
    text-align: right;
    font-weight: 600;
}
.closing a{
    text-decoration: none;
    color: #dd9933;
}
.closing a:hover{
    text-decoration: none;
    color: #fff;
}
.banner{
    display: block;
    width: 100%;
    margin:25px auto;
    text-align: center;
}
.banner img{width: 50%;}
section form, section h1{display: block;width: 100%;margin:0 auto;text-align: center;}
.wideBlock{max-width: 1024px !important;}
.wideBlock form, .wideBlock h1{display: block;width: 100%;margin:0 auto;text-align: center;}
.narrowBlock{display: none;}
.centered{display: block;width: 100%;margin: 0 auto;text-align: center;}
    .wide{display:block;}
    .narrow{display: none;}
.msgButton{
    display: inline-block;
  height: 5%;
  width: 5%;
  padding: 5px;
  cursor: pointer;
}
.leftSpacer{margin-left:25px;}
.xIt{
    display: block;
    float: right;
    top:0;
    z-index: 100;
    color: red;
    font-weight: 800;
    font-size: large;
    border: solid;
    border-width: 2px;
    border-radius: 2px;
    background-color: black;
    padding: 5px;
    position: relative;
}
xIt:hover{
    cursor: pointer !important;
}
#alertsFull table tr td p{
    padding-right: 50px;
}

/*// MOBILE STYLES //*/
@media only screen and (max-width:768px){
    .wideBlock{display:none;}
    .narrowBlock{display: block;width:90%;}
    .narrowBlock .messagesM.menu:hover{background-color: #dd9933;
    color: white;
    cursor: pointer;
    font-weight: 600;}
    .messagesM{display: block;width:90%;margin: 0 auto 25px;border: solid;
    border-width: 2px;
    border-color: #DD9933;
    color: #DD9933;
    border-collapse: collapse;
    padding:5px;}
    .messagesM::after {
  content: "";
  clear: both;
  display: table;
}
    .colA {width:45%;display: block;float: left;margin-bottom:10px;}
    .colB {width:45%;display: block;float: left;margin-bottom:10px;}
    .colC {width:100%;display: block;margin-bottom:10px;}
    .colD {width:45%;display: block;float: left;margin-bottom:10px;}
    .colE {width:45%;display: block;float: left;margin-bottom:10px;}
    .closing {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    padding: 5px 0;
    text-align: right;
    font-weight: 600;
}
    footer{
    color: #DD9933;
    display: block;
    margin: 0 auto 25px;
    padding:25px;
    width:90%;
    background-color: rgb(0,0,0,0.9);
    border-radius: 5px;
}
    .wide{display:none;}
    .narrow{display: block;}
    
    header{
    color:#DD9933;
    display: block;
    margin: 0 auto 5px;
    padding:25px;
    width:90%;
    background-color: rgb(0,0,0,0.9);
    border-radius: 5px;
}
.logoTop{
    display: block;
    margin: 0 auto 10px;
    width:100%;
    text-align: center;
}
    .topData{
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .banner{
    display: block;
    width: 90%;
    margin:25px auto;
    text-align: center;
}
    .banner img{position: relative;width: 100%;}
    
    
    
}