html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

#myTable, tr, td, th {
    text-align: center !important;
}

.btn-1{
    width:90px;
}

.Big{
    font-size:16px;
    font-weight:bolder
}

.Big2 {
    font-size: 14px;
    font-weight: bolder
}

body {
    margin-bottom: 60px;
}

.btn100100 {
    width: 200px;
    height: 50px;
    font-size: 20px;
    margin: 8px;
}

.btn200200 {
    width: 200px;
    height: 100px;
    font-size: 20px;
    margin: 8px;
}

.btn300300 {
    width: 250px;
    height: 100px;
    font-size: 20px;
    margin: 8px;
}

.btn500500 {
    width: 400px;
    height: 100px;
    font-size: 20px;
    margin: 8px;
}

table, tr, th, td {
    text-align: center;
}


.btn80 {
    width: 80px;
}

.btn-black {
    color: white;
    background-color: black
}

/*table {
    color: white !important;
}*/

/* Begin For Summary */

.Grid {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background-color: #fff;
}

.Grid th {
    background-color: #B8DBFD;
    color: #333;
    font-weight: bold;
}

.Grid th, .Grid td {
    padding: 5px;
    border: 1px solid #ccc;
}

.Grid img {
    cursor: pointer;
}

.ChildGrid {
    width: 100%;
}

.ChildGrid th {
    background-color: #6C6C6C;
    color: #fff;
    font-weight: bold;
}

/* End For Summary */

a.buttons-collection {
    margin-left: 1em;
}