/*remove padding and margins form browser*/
*{
    padding:0px;
    margin:0px;
}

a{text-decoration:none;}
a:link {color: white;}
a:visited {color: white;}
a:hover {color: white;}
a:active {color: white;}

/*mainContainer: styles for the main outer layer*/
.mainContainer{
    width:100%;
}
/*topHead: layer containing the head table*/
.topHead{
    width: 100%;
    background-color: white;
    box-shadow: 2px 2px 10px;
    height:60px;
    position:fixed;
    top:0;
}
/*headTable: table with allymd logo and powered by UMEDEX*/
.headTable{
    width: 1340px;
    height: 60px;
}
/*headText: style for powered by*/
.headText{
    font-size:8pt;
    font-family: arial;
    color:#000000;
}
.tableTitle{
    width:1340px;
    text-align:left;
}
.title{
    color:white;
    font-family: arial;
    font-weight:normal;
}
.circ{
    border:1px solid #FFFFFF;
    border-radius:100px;
    height:6px;
    width:6px;
    background-color:#FFFFFF;
    float:left;
    margin-top:5px;
}

/*informationContainer: the actual information*/
.informationContainer{
    width:100%;
    background-color: #33ADAD;
}
/*emptyDiv: used as a filler for 60px*/
.emptyDiv{
    padding:40px;
}
/*tableContent: stuff in the main table*/
.tableContent{
    width:1340px;
}

table{
   font-family:arial;
   color:#FFFFFF;
   border:1 solid rgba(0, 0, 0, 0);
   border-collapse: separate;
   border-spacing: 1px 1px;
}
td{
    padding:5px;
}
/*footer: style for footer*/
.footer{
    background-color: white;
    width:100%;
    height:30px;
}
/*footerTable: style for table that's in footer layer*/
.footerTable{
    width:1340px;
    height:30px;
}
/*copyRight: style for copyright*/
.copyRight{
    font-size:10pt;
    font-family: arial;
    color:#000000;
}
.container1 { 
    white-space: nowrap;
}
.container2 { 
    white-space: nowrap;
    margin-bottom:20px;
    vertical-align: top;
}
.column1 { 
    display: inline-block;
    width: 24%;
    white-space: normal;
    text-align:center;
}
.column2 { 
    display: inline-block;
    width: 24%;
    white-space: normal;
    font-size: 8pt;
    text-align: center;
}
.whiteStripe{
    background-color: white;
    border:1px solid white;
    border-radius:2px;
    width:1px;
    height:450px;
    opacity:.7;
}
                            