.content-title {
    font-weight: 600;
    color: black;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-details {
    text-align: justify;
}

.content-underline {
    text-decoration: underline;
    color: blue;
    font-weight: 600;
}

.content-dot {
    font-size: 1.2rem;
}

.faq-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: center;
}

.faq-box {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px #ebebeb;
}

.faqopen {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.faqopen:hover {
    opacity: 0.7;
}

.faqexpanded {
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.faqquestion {
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

.faqanswer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -30px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
}

.faq-o {
    top: -30px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
}

#table-contents {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#table-contents td,
#table-contents th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#table-contents th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

@media only screen and (max-width: 480px) {
    .faq-t {
        display: none;
    }

    .faqquestion {
        padding-right: 0px;
    }

    .faqanswer {
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
