/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
       .tab-links{
        margin: 0px 20px;
        padding: 0px;
    }
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        font-family: RSU;
        font-size: 18px;
        padding-left: 2px;
        margin:0px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:6px 20px;
            display:inline-block;
            border-radius:4px 4px 0px 0px;
            background:#eee;
            color:#000;
            transition:all linear 0.15s;
        }
 
        .tab-links a:hover {
            color:#000;
        }
 
    li.active a, li.active a:hover {
        background:#bbdbe9;
        color:#fff;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        margin: 0px 2%;
        padding:15px;
        border-radius:3px;
        background:#fff;
        border: 1px solid #ccc;
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
      #ScrolledArea  {
        width: 98%;
        overflow: hidden;
        white-space: nowrap;
        background: #fff;
    }
    #ScrolledArea iframe {
      width: 10px;
      min-width: 100%;
      *width: 100%;
    }
#face-button input[type="submit"], button {
  margin-left: 47.3736%;
  margin-bottom: 12px;
  font-family: RSU;
  background: #314e9a;
  color: #fff;
  border-radius:4px;
  width:155px;
}
#face-button input[type="submit"]:hover, button:hover {
  background: #5d76ba;
}