﻿
/* custom */
thead {
    background-color: #55C2E8;
    color: whitesmoke;
}

.btn-primary {
    background-color: #2D85B7;
    color: whitesmoke;
    border: none;
}

.pagetitle {
    color: #2D85B7;
    margin-bottom: 20px;
    font-size: 35px;
    border-bottom-color: #2D85B7;
    border-bottom-style:solid;
    border-bottom-width: 1px;
}