table, th, td { margin: auto auto auto auto;border: 1px solid #620100;}

.users {
  table-layout: fixed;
  table-height: auto;
  height: auto;
  width: 100%;
  /*white-space: nowrap;*/

}
/* Column widths are based on these cells */
.row-ID {
  width: 50%;

}
.row-name {
  width: 50%;
  
}


.users td {
 /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.users th {
  background: #000080;
  color: white;
  
}
.users td,
.users th {
  text-align: left;
  padding: 14px 10px;

}
.users tr:nth-child(even) {
  background: #00008069;
}

.wrapper {
  overflow: hidden;
}

.glyphicon{font-size: 2em;  color: #620100;}

.eye:before {
  content:"";
  display: inline-block;
  position: relative;
  /*left: 3px;
  border: 6px solid transparent;
  border-left-color: #000;*/
}

.eye.active:before {
  left: 0;
  top: 3px;
  border-color: #620100 transparent transparent;
}

.eye:hover {
  cursor: pointer;
  
}

.content {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.content.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overview{

  padding: 5px;
}

@media print {
  
  
}

.mission-top{
    margin-top: 20px;
}

p.wel-text {
    text-align: center;
}

.col-xs-12.contact-enq {
    background-color: #fff;
}
h2.team-h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0px;
    color: black;
}

.service_blk .red_line.team {
   margin-bottom: 0px; 
}
.red_line.team {
    border-top: 1px solid #000080;
    display: inline-block;
    width: 100px;
     padding: 0 0 0px 0; 
     margin: 0px 0 0px 0; 
}
.service_blk p {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    margin: 0;
     margin-bottom: 0px;
}
.welcome_blk p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    /*text-align: left;*/
    margin: 0;
    padding: 0 0 0px 0; 
    line-height: 24px;
}
.service_blk h1 {
    color: #000;
    font-size: 13px;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
}
.service_blk a {
    
    margin: 5px 0;
    
}
.service_blk {
   
    box-shadow: 0 0 1.2px #000080;
    
}

p.note-style {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

h2.benifit-h2 {
    text-transform: uppercase;
    color: #000080;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

.contact_lft p span {
  color: #000080;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
