#flt0_d1, #flt5_d1, #flt4_d1, #flt3_d1 {
    display: none; padding: 0px; margin:0px;
}

.table {
    background-color: #f0f1f2 !important;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #abafb3;
}

body {
    background-color: #e0e1e2 !important;
    margin: 20px 0px 20px 0px;
}

.container {
    margin: 0 auto;
    max-width: 95% !important;
}

.refresh {
    background-color: red;
    width: 50px;
    height: 50px;
    position: fixed;
    display: none;
}

h1 {
    font-size: 3rem;
}

.btn {
    width: 70%;
    border-radius: 2rem;
    padding: 40px 0px 40px 0px;
    margin-top: 60px;
}

.center {
    text-align: center;
}

.btn-yes {
    margin:30px 0px 40px 0px;
    float: left;
    width: 47%;
}

.btn-no {
    margin:30px 0px 40px 5%;
    float: left;
    width: 47%;
}