.responsive {
    width: 100% !important;
    height: auto !important;
}
#aswift_1_host,
#aswift_1 {
    width: 100% !important;
}
th {
    border: 0.3px solid #b3b3b3;
    padding: 7px;
    color: #f4f4f4;
    
    font-size: 14px;
    font-weight: 700;
}
td {
    border: 0.3px solid #b3b3b3;
    padding: 7px;
    
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #e9e1e1;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    overflow-x: auto;
    margin-top: 10px;
}
p {
    margin-top: 10px;
    color: #e9e1e1;
    font-size: 15px;
    line-height: 20px;
}
.openlink {
    position: relative;
    padding: 6px 19px;
    border: none;
    text-align: center;
    outline: none;
    font-weight: 600;
    background: #e31e25;
    box-shadow: 0 1px 1px 0 rgb(227 30 37);
    border-radius: 17px;
    cursor: pointer;
    color: #afafaf;
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
}
a {
    color: #64d97b;
}
strong {
    color: #afafaf;
    
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
h1 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
h2 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
h4 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
h5 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
h6 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #d7d7d7;
    line-height: 22px;
    
}
ul {
    margin-top: 10px;
    list-style: inside;
    padding-left: 20px;
}
ol {
    margin-top: 10px;
    list-style-type: none;
    list-style: inside;
}
ul li {
    margin-top: 10px;
    color: #e9e1e1;
    font-size: 14px;
    line-height: 20px;
    list-style-type: disc;
    list-style-position: outside;
}
ol li {
    margin-top: 10px;
    color: #afafaf;
    
    font-size: 14px;
    line-height: 20px;
    list-style-type: decimal;
}
@media (min-width: 992px) and (max-width: 1400px) {
    table {
        width: 100%;
        overflow-x: auto;
        margin: 20px auto;
        color: #afafaf;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 18px;
    }
}
@media (min-width: 480px) and (max-width: 991px) {
    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 17px;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    table {
        overflow-x: auto;
        width: 100%;
        margin: 20px auto;
    }
    td {
        border: 1px solid rgb(179, 179, 179);
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
    }
}
