﻿.btn-outline-primary {
    background-color: white;
}

.btn-outline-secondary {
    background-color: white;
}

.facebook-button {
    background-color: #4267B2;
    border: 1px solid #1D2129;
    /*border-radius: 3px;*/
    /*font-size: 18px;*/
    font-weight: 500;
    color: #EEEEEE;
    color: rgba(255, 255, 255, 0.867);
    /*padding: 8px 12px;*/
    padding-right: 40px;
}

.facebook-button:hover, .facebook-button:focus {
    color: #EEEEEE;
    color: rgba(255, 255, 255, 0.867);
    background-color: #365899;
    border: 1px solid #009900;
}

.form-label {
    font-weight: 600;
}

.btn {
    white-space: nowrap;
}

/*.table th, .table td {
    padding: .75rem;
}*/
