body {
    background-color: white !important;
}

.container-fluid {
    max-width: 1450px;
}

a {
    color: #015CC2;
    text-decoration: none;
}
a:hover {
    color: #3E98FE;
    text-decoration: none;
}

.email-address {
    color: #3E98FE; 
    font-size: 140%;
}
.email-address input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #3E98FE;
    text-align: right;
    color: #3E98FE;
    font-size: 100%;
}
#email-address-options {
    text-align: right; 
    color: #999; 
    font-size: 70%;
    font-weight: normal;
}

#email-nav {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Safari */
    -khtml-user-select: none;    /* Konqueror HTML */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by Chrome and Opera */
}

#status {
    float: right;
    color: #3E98FE;
    margin: 5px 5px 0 0;
}

.to, .from, .subject, .time {
    color: #919191;
    font-size: 95%;
}

.to span, .from span, .subject span, .time span {
    color: black;
}

.msg {
    width: 100%;
    float: left;
    margin: 15px 0;
    line-height: 18px;
    border: none;
    height: 100%;
}


/* Theme */
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }
  .noty_theme__metroui.noty_bar .noty_progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .noty_theme__metroui.noty_bar .noty_body {
    padding: 1em;
    font-size: 16px; }
  .noty_theme__metroui.noty_bar .noty_buttons {
    padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }