  #wpbody .wrap {
    font-family: 'Open Sans', Verdana, Arial, sans-serif;
    margin-top: 20px;
  }
  #voizee_logo {
    display: block;
    background: transparent url(https://app.voizee.com/img/voizee/logo-color.png) no-repeat;
    width: 330px;
    max-width: 100%;
    height: 60px;
    background-size: contain;
    margin-bottom: 20px;
  }
  #voizee_logo:focus {
    box-shadow: none;
  }
  .form-table th {
    display: none !important;
  }
  span.hint {
    font-size: 12px;
    display: block;
    line-height: 1.5;
    padding-top: 2px;
    padding-bottom: 6px;
    color: #555;
  }
  #wpbody .voizee_card p {
    margin-top: 0;
  }
  .voizee_card {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    padding: 20px 0 10px 0;
    max-width: 100%;
    margin-top: 0;
    border: none;
  }
  .voizee_field .voizee_field {
    margin-bottom: 10px;
  }
  h3 {
    margin: 7px;
    font-size: 18px;
    color: #222;
    line-height: 1.1;
  }
  h3 small {
    font-size: 65%;
    font-weight: normal;
    line-height: 1;
    color: #777;
  }
  form > .voizee_field + .voizee_field {
    margin-top: 25px;
  }
  input.regular-text {
    width: 100%;
    max-width: 400px;
    font-size: 13px;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 16px;
    margin: 2px 0;
  }
  form {
    margin: 0;
    margin-bottom: 60px;
  }
  
  .voizee_card > *,
  .voizee_card > form,
  .voizee_card > input.string,
  .voizee_card > input.text,
  .voizee_card > input.password {
    margin-left: 3%;
    margin-right: 3%;
    max-width: calc(100% - 6%);
  }
  
  .voizee_card input[type=checkbox] + label {
    display: inline-block;
    padding-left: 5px;
  }
  
  .voizee_card > footer {
    border-top: solid 1px #E0E0E0;
    padding: 12px;
    margin: 0;
    margin-bottom: -10px;
    max-width: 100%;
    line-height: 35px;
  }
  
  .voizee_card > footer .button {
    margin-bottom: 0;
  }
  
  .voizee_card > footer > p, .voizee_card > footer > span {
    line-height: 140%;
  }
  
  .voizee_card > footer {
    margin-top: 20px;
  }
  div.voizee_error {
    display: block;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.5);
    color: white;
    font-size: 120%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  div.voizee_error a {
    color: white;
  }
  div.voizee_error a:focus {
    box-shadow: none;
  }
  div.voizee_error > span {
    display: block;
    padding: 13px;
    line-height: 1.4;
  }
  .voizee_button {
    font-size: 13px;
    border:none;
    padding:0 10px;
    color:#fff;
    
    line-height:30px;
    height:30px;
    position:relative;
    display:inline-block;
    
    vertical-align: baseline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    
    text-shadow:none;
    white-space: nowrap;
    
    background-color:#5bbcd2;
    
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    
    transition: background 0.5s;
  }
  .voizee_button.callout {
    background:#4db360 repeat-x top left;
  }
  .voizee_button.callout:hover {
    background:#f90 repeat-x top left;
  }
  a.voizee_button:hover, a.voizee_button:focus {
    box-shadow: none;
    color: white;
  }
  .voizee_btn {
    text-decoration: none;
    background-color: #f3f3f3;
    border-radius: 4px;
    color: black;
    padding: 2px 8px;
    line-height: 20px;
    margin: 0 2px;
  }
  .voizee_list {
    width: 100%;
    border: 1px solid #ccc;
    min-height: 100px;
    max-height: 400px;
    margin-bottom: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .voizee_row {
    width: 100%;
    font-size: 90%;
    line-height: 1.5;
    padding: 3px 5px;
  }
  .voizee_row:hover {
    background-color: #eee;
  }
  .voizee_date {
    display: block;
    font-size: 90%;
    color: #ccc;
  }
  div.notice-info-grey {
    background: #f1f2f3;
    padding-top:6px;
  }