.content-two-column .colHalf {
    float: left;
    width: 50%;
    padding: 10px 20px;
}

.content-two-column .colHalf h2 {
    color: white;
}

.content-two-column .colHalf p {
    margin-bottom: 15px;
    font-size: 14pt;
}

.content-two-column .colHalf ul,
.content-two-column .colHalf ul li {
    color: white;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14pt;
}

.friends-page .friendList {
    list-style-type: none;
}

.friends-page .friendList li {
    margin-bottom: 10px;
}

.faq-page .szoveg ul li:nth-child(odd) {
    color: white;
    font-weight: bold;
}

.faq-page .szoveg ul li:nth-child(even) {
    color: white;
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.faq-page .szoveg ul li ul {
    padding-left: 25px;
    margin: 0;
}

.faq-page .szoveg ul li ul li,
.faq-page .szoveg ul li ul li:nth-child(even),
.faq-page .szoveg ul li ul li:nth-child(odd) {
    color: white;
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.review-reward-page .szoveg,
.review-reward-page .row table.table {
    color: #bbb;
}

.review-reward-page .row.lg-12.szoveg {
    padding: 5px 25px;
}

@media only screen and (max-width: 1000px) {
    .content-two-column .colHalf {
        width: 100%;
        padding: 10px 20px;
    }
}
