﻿.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.modal-content {
    color: #CCCCCC;
}

.modal-header .modal-title {
    font-size: 20px;
    float: left;
    font-weight: bold;
}

.modal-header div {
    font-size: 20px;
    border: none;
    float: right;
    cursor: pointer;
}

    .modal-header div:hover {
        transition: color 500ms;
        color: #ffffff;
    }

.modal-content .modal-label {
    text-align: right;
    font-size: 11pt;
}

.modal-footer { 
    text-align: center; 
    height: 66px; 
    margin-top: 0px; 
    padding: 0px; 
    padding-top: 10px;
    border-top: 0px;
}