div#user-phone-calls table {
    background-color: #ccccff;
}

/* This has to go here not the theme custom css since that doesn't load on the pages where this applies, wp-login.php and lost password. */
body.login h1 a {
    background-image: url(/wp-content/uploads/2016/12/carhelp-canada-logo-02.png);
    background-size: 250px 149px;
    width: 250px;
    height: 149px;
}

/* Members shouldn't see the wordpress update is available message. */
body.profile-php div.update-nag {
    display: none;
}

div.widget_carhelp_expiring {
    text-align: center;
}

div.widget_carhelp_expiring div.expiry-text {
    margin-bottom: 1em;
}
div.widget_carhelp_expiring div.expiry-text span {
    font-size: 14px;
    font-weight: bold;
}

div.widget_carhelp_expiring input.button {
  color: #ffffff;
  background-color: #ed1c24;
  padding: 6px;
  border: 2px solid #ed1c24;
  border-radius: 3px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 800px) {
    div.widget_carhelp_expiring {
        background-color: #ffb6c1;
        padding-bottom: 1em;
        margin-top: 1em;
        margin-right: 1em;
    }
}
