﻿.record-delete-button {
    background: none repeat scroll 0 0 gray;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: none;
}

.record-delete-button-nomargin {
    margin: 0px !important;
    padding: 0px 3px 0px 3px !important;
}

.record-show-button {
    background: none repeat scroll 0 0 #426DAB;
    margin-top: 0px;
    margin-bottom: auto;
    margin-left: 0px;
    margin-right: auto;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    border: none;
}

.btn-arrow {
    background: none repeat scroll 0 0 #426DAB;
    border: 1px solid #426DAB;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.btn-records-on {
    background: none repeat scroll 0 0 #426DAB;
    border: 1px solid #426DAB;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

.btn-records-off {
    background-color: lightgray;
    border: 1px solid darkgray;
    text-align: left;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

    .btn-records-off:hover {
        background-color: lightgray;
        border: 1px solid darkgray;
        text-align: left;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
        color: black;
        margin: 5px;
        padding: 5px;
        cursor: pointer;
        background-color: #547bb3; /* Green */
        color: white;
    }

.record-display-header {
    background: #426DAB;
    color: white;
    font-family: Georgia;
    height: 30px;
}
