sup {
  color: red;
  font-size: 150%;
}
.td-border {
  border: 1px solid #0BD945;
}
.main-table {
  font-family: Tahoma,Georgia,Arial,sans-serif;
  width: 250px;
  line-height: 1.5em;
}
.main-table td {
    border: 1px solid black;
    padding: 0.3em;
}
.main-table th {
    border: 1px solid black;
    padding: 0.3em;
    background: #C8CAC7;
    color: black;
}
.vip {
    background: url('/img/vip_logo.png') no-repeat right top;
}
.vip_mini {
    background: url('/img/vip_logo_mini.png') no-repeat right top;
}
.addClientTable td {
  text-align: center;
}

.option {
  margin-top: 5px;
  cursor: pointer;
}
.option:hover {
  color: blue;
  text-decoration: underline;
}

.comment {
  background: #333333;
  padding: 10px;
  margin-bottom: 20px;
}
.comment span {
 color: white;
 margin-left: 50px;
}
.searchform {
  font-size: 150%;
}
.verify {
  color: #FBED2B;
  font-size: 170%;
  padding: 3px;
}
.addVerify {
  color: #FD473C;
}
.searchMain {
  padding-left: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.searchMain select {
 width: 120px;
}
.paginator {
    width: 100%;
    text-align: center; 
    margin: 70px 0px 30px 0px;
    font-size: 120%;
}
.paginator a {
    background: #827D7D;
    color: white;
    padding: 10px 20px 10px 20px;
    border: 1px solid white;
}
.paginator a:hover {
    color: red;
    text-decoration: none;
}
.paginator strong {
    color: red;
    background: #CCCCCC;
    padding: 10px 20px 10px 20px;
    border: 1px solid white;
}
.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.oneHistory {
  background: #EFEFEF;
  margin-bottom: 10px;
  padding: 15px;
}
.oneHistory a {
    text-align: right;
}
.oneHistory a:hover {
    color: #4A6A0D;
    text-decoration: underline;
}
.ageButton {
  display:inline-block;
  padding:15px;
  cursor:pointer;
}
.ageChoose {
  font-size:26px;
  color:#ffffff;
  font-weight:bold;
}
.ageChooseText {
  font-size:14px;
  font-weight:bold;
  color: black;
}
.bluehref {
  color: #4FD1FF;
  font-size: 130%;
}
.redhref {
  color: #FD473C;
  font-size: 130%;
}
#mobile-nav select {
  padding: 7px;
}
.photoVerify {
  color: black;
  font-size: 150%;
  background: #4FD1FF; /*#BC0A37*/
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.existInTopClass {
  color: black;
  font-size: 150%;
  background: #79FF4F; 
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.existInExClass {
  color: black;
  font-size: 120%;
  background: #FF4F78; 
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.is_videoPage {
  color: black;
  font-size: 150%;
  background: #F319D6; 
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.photoVerifyMain {
    margin-top: -15px;

}

.photoNotVerify {
  display: none;
}

@media (min-width: 768px) {
   .hidden-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  #agenotice {
    font-size: 120%;
  }
  .paginator {
    font-size: 200%;
    text-align: center;
   }
   .paginator a {
    padding: 2px 4px 2px 4px;
  }
   .paginator strong {
    padding: 2px 4px 2px 4px;
  }
    .row {
      margin-bottom: 0px;
    }
}





