@font-face {
  font-family:Arial;
  /*font-family:TruworthsUniverse;*/
  src:url(Univers.otf);
}

.voc-box {
  border-style:solid;
  box-shadow:6px 6px 1px #efefef;
  background-color:white;
  padding:20px;
  border-width:1px;
}

.gray-box {
  background-color:#efefef;
  padding:10px;
}

.divspacer {   
    margin-bottom: 8px;
}

.fontsize-12 {
    font-size: 15px;
}

.header-main {
  border-style:solid;
  background-color:#fffefe;
  color:#000000;
  padding:30px;
  font-size:24px;
  letter-spacing:4px;
  border-width:1px;
}

/*input[type=checkbox], input[type=radio] {
  display:block;
}*/

.block {
  display:block;
}

.border {
  border-style:solid;
  border-width:1px;
  width:400px;
}

.banner-head {
  border-style:solid;
  background-color:#fffefe;
  color:#000000;
  padding:5px;
  font-size:24px;
  letter-spacing:4px;
  border-width:1px;
}

.banner-sub {
  background-color:#fffefe;
  color:#000000;
  padding:10px;
  font-size:21px;
  font-weight:bold;
  letter-spacing:4px;
}
.voc-button-disabled{
  color: white;
  background-color: #c9c7c7;
  padding: 12px;
  border-style: none;
  /*letter-spacing: 3px;
  font-size: 16px;*/
    cursor: not-allowed;
         font-size: 16px;
}
.voc-button{
  color: white;
  background-color: black;
  padding: 12px;
  border-style: none;
  /*letter-spacing: 3px;
  font-size: 16px;*/
    cursor: pointer;
        font-size: 16px;
}
.voc-button:hover{
    text-decoration: none;
  color: white;
  background-color: #504e4e;
  padding: 12px;
       font-size: 16px;
    cursor: pointer;
}

    select {
        font-family: Arial, sans-serif;
        font-size: 15px;
         background-color: #fff;
        color: #88888b;
        border: 1px solid #ccc;
        height: 30px;
    line-height: 30px;
    padding: 4px 6px;
}
      
    
    select#fixed {
        -webkit-appearance: none;
    }
    @media only screen and (max-width: 500px) {
    .mobi-height{height: 36px !important;}
     .mobi-padding{padding: 8px !important;}
     .mobi-margin-top{margin-top: 5px !important; }
     .mobi-font-size{font-size: 15px !important; }
     .mobi-side-margins{    margin-right: -4px !important; margin-left: -4px !important; }
     .mobi-select-width{width: 50% !important; }
}


