
@media screen and (max-width: 767px) {
    .table__body {
        width: 100% !important;
    }
}

@media screen and (min-width:600px) {
    
.liPcLeftStyle{
    margin-right: 150px;
}
}

@media screen and (max-width:600px) {
    .liSpLeftStyle{
    margin-right: 52px;
}
}

.container{
    display: flex;
    padding-bottom: 15px;
}

.liStyle{
    list-style: none;
}

.fontStyle{
    font-weight: bold;
}

/* >style */
.linkStyle::after {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    position: relative;
    border-top: 2px solid #005dbd;
    border-right: 2px solid #005dbd;
    content: "";
    margin-bottom: 3px;
    margin-left: 10px;
}

.boxStyle {
    border-bottom: double 4px #ddd !important;
}
