.c-f-n-big-text {
    margin-top: 50px;
    font-size: 20px;
    margin-bottom: 20px;
}

.c-f-n-regular-text {
    margin-bottom: 30px;
}

.c-f-n-box {
    border: 1px solid #8B4EA9;
    padding: 20px;
    margin-bottom: 30px;
}

.c-f-n-box-header {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.c-f-n-box-regular {
    margin-bottom: 30px;
}

.c-f-n-box-button {
    margin: 10px;
}

.bold-text {
    font-weight: bold;
}

.caribbean_flight_notifications_main_container tr, th {
    text-align: center;
}

.caribbean_flight_notifications_main_container td:first-child {
    text-align: left;
}

.caribbean_flight_notifications_main_container thead {
    background-color: #813F98;
    color: white;
}

.c-f-n-heading {
    font-size: 21px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-f-n-accordian {
    margin-bottom: 50px;
}

.c-f-n-accordian-question {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.c-f-n-accordian-answer {
    margin-bottom: 10px;
    margin-top: 10px;
}

.c-f-n-fa{
    position: absolute;
    right: 0px;
    padding-top: 8px;
}

.caribbean_flight_notifications_main_container .fa-angle-down{
    color: #813F98;
}

.c-f-n-accordian-item{
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #d6d6d6;
}

.c-f-n-accordian-item[aria-expanded="true"]{
    box-shadow: inset 0 0 0 1px #813F98;
}

.c-f-n-button-row{
    text-align: center;
}

.c-f-n-bold{
    font-weight: 500;
}

.c-f-n-subheader{
    font-weight: bold;
}
#c-f-n-table td:empty:after{
  content: "\00a0";
}

#c-f-n-table{
    margin-bottom: 60px;
}

.c-f-n-table-td{
    font-weight: 500;
}

.c-f-n-icons-container{
    margin-top: 40px;
    margin-bottom: 50px;
}

.c-f-n-icons-img{
    max-width: 70px;
    border-radius: 5px;
}

.c-f-n-icons-text{
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
}

.c-f-n-icons-item{
    margin-bottom: 20px;
}

.c-f-n-icons-img-container{
    text-align: center;
}

@media only screen and (max-width: 842px) {
    .c-f-n-icons-img{
        /*max-width: 70px;*/
    }
}
