﻿#result {
    border: 1px solid #173470;
    background-color: #f5f5f5;
    width: 80%;
    margin: 40px auto 20px auto;
    padding-bottom: 15px;
    border-radius: 4px;
    text-align: center;
}

#lblResult {
    font-size: 18px;
    color: white;
    border: 1px solid;
    padding: 2px 15px 2px 15px;
    border-radius: 15px;
    /*width: 35%;*/
    text-align: center;
    background-color: #28a745;
    border-color: #28a745;
    margin-top: 15px;
}

#result .title {
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 50px;
    background-color: #173470;
    color: white;
    position: relative;
    top: -19px;
}


table, th, td {
    border: 1px solid #173470;
}

table {
    width: 60%;
    color: black;
    margin: 0 auto;
    font-size: 22px;
}

th, td {
    padding: 3px 5px;
}

td {
    text-align: right;
}

#buttons {
    margin-top: 10px;
    text-align: center;
}

    #buttons button {
        font-size: 20px;
        width: 200px;
        background-color: #173470;
        border-color: #173470;
        cursor: pointer;
    }

#resultErrorMsg, #resultNotYet {
    display: none;
    color: red;
    text-align: center;
    font-size: 20px;
    margin-top: 103px;
}