p {
    margin: 0;
}

.table-responsive {
    overflow: hidden;
}

.table {
    display: block;
    position: relative;
    border-collapse: collapse;
    overflow: hidden;
    /*margin-left:100px;*/

}

.t_head th {
    border-bottom: 0px !important;
    padding: 0px;
    z-index: 2001;
    top: 0;
}

.t_body td {
    text-align: center;
    font-size: 16px;
    border-bottom: 0px;
    border-top: 0px;
}

.t_body td:nth-child(1) {
    position: relative;
    text-align: left;
    padding-left: 10px;
}

.t_head th:nth-child(4) {
    visibility: hidden;
}

.t_body td:nth-child(4) {
    visibility: hidden;
}

.my_table {
    position: relative;
    background-color: #082f55;
    color: #fff;
    width: 300px;
    text-align: center;
}

@media only screen and (max-width:992px) {
    .my_table {
        width: 180px;
    }
}

.my_p {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
}

.b_btn {
    background-color: white;
    color: #082f55;
    border: 2px solid;
    border-radius: 5px;
    width: 230px;
    height: 45px;
    margin: 0 0 10px 0;
}

@media only screen and (max-width:992px) {
    .b_btn {
        max-width: 150px;
    }
}

.b_btn:hover {
    color: #b0cb1f;
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    border: none;
}