/*remove padding and margins form browser*/
*{
    padding:0px;
    margin:0px;
}

a{text-decoration:none;}
a:link {color: white;text-decoration:none;}
a:visited {color: white;text-decoration:none;}
a:hover {color: black;text-decoration:none;}
a:active {color: white;text-decoration:none;}

/*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*/

.fiveElements{
    width:100%;
    margin-top:80px;
    position:fixed;
    line-height:20px;
}
.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;
}
li {
    display:inline-block;
}
/*informationContainer: the actual information*/
.informationContainer{
    width:100%;
    height:100vh;
    background-color: #33ADAD;
}
/*emptyDiv: used as a filler for 60px*/
.emptyDiv{
    padding:75px;
}
/*tableContent: stuff in the main table*/
.tableContent{
    width:1340px;
}
/*seach the physician style*/
.fillingFields {
    border: 2px solid teal;
    height:28px;
    font-size:12pt;
    color:#222222;
    padding-left:5px;
    width:99%;
    line-height: normal;
}
.topField {
    border: 1px solid #222222;
    height:25px;
    font-size:10pt;
    color:#222222;
    padding:3px;
}
/*seaech the physician button*/
.btn {
    background-color: #CCCCCC;
    border: 1px solid #222222;
    color: #444444;
    font-size:14px;
    padding: 4px 8px;
    text-decoration: none;
    margin: 2px 1px;
    cursor: pointer;
}
.topBtn {
    background-color: #CCCCCC;
    border: 1px solid #222222;
    color: #444444;
    font-size:12px;
    height:27px;
    text-decoration: none;
    cursor: pointer;
}
table{
   font-family:arial;
   color:#FFFFFF;
   border:1 solid rgba(0, 0, 0, 0);
   border-collapse: separate;
   border-spacing: 1px 1px;
}
td{
    padding:0px 5px 0px 5px;
}
/*footer: style for footer*/
.footer{
    background-color: white;
    width:100%;
    height:30px;
    position:fixed;
    bottom:0;
}
/*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;
}
.brochureBtn{
    border: 1px solid ##b50f0f;
    border-radius:5px;
    background-color:#b50f0f;
    height:35px;
    width:130px;
    color:#FFFFFF;
    font-family:arial;
    font-size:12px;
    text-align:center;
    line-height:20px;
    padding:7px;
}
.logBtn{
    border: 1px solid ##b50f0f;
    border-radius:5px;
    background-color:#b50f0f;
    height:35px;
    width:70px;
    color:#444444;
    font-family:arial;
    font-size:12px;
    text-align:center;
    line-height:20px;
    padding:7px;
}