.planeta {
    background: #353535;
    overflow: hidden;
    background-image: url(../backgrounds/thank_you.png);
    background-position: -55px 20px;
}

.planeta a {
    color: #00dddd;
    outline: none !important;
    text-decoration: underline;
    transition: color 0.55s;
}
.planeta a:hover {
    color: #aaffff;
    text-decoration: none;
}

#data-container {
    padding: 30px 0 0 0px;

    overflow: hidden;
}

#data-container .data-item {
    margin: 0px;
}

#loading-div {
    display: none;
    margin: 20px 0 30px 70px;
}

#button-more {
    cursor: pointer;
    text-align: center;
    margin: 20px auto 50px;
    background: #3498db;
    border-radius: 2px;
    width: 80%;
    color: #ffffff;
    padding: 8px;
    transition: all 0.15s;
}
#button-more:hover {
    background: #2b7eb6;
}
span.who1,
span.who2,
span.who3 {
    font-size: 15px;
    font-family: "Marmelad", sans-serif;
}
span.who1 {
    color: #ffca2d;
}
span.who2 {
    color: #ec9d00;
}
span.who3 {
    color: #ffe534;
}
#supportPlaneta {
    display: none;
    text-align: center;
    width: 80%;
    margin: 10px auto 25px;
}
.supportPlanetaBtn {
    display: block;
    text-decoration: none !important;
    color: #ffffff !important;
    padding: 8px;
    background: #00a186;
    border-radius: 2px;
    transition: all 0.15s !important;
}
.supportPlanetaBtn:hover {
    background: #3498db;
}
.whatIsPlaneta {
    display: block;
    text-align: right;
    color: #bbbbbb !important;
    margin: 5px 15px 20px 0;
    font-size: 12px;
    transition: all 0.3s;
}
.whatIsPlaneta:hover {
    color: #dddddd !important;
    text-decoration: none;
}
.planeta_popup {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.planeta_popup_logoBox {
    text-indent: 0;
    width: 70%;
    max-width: 250px;
    margin-bottom: 20px;
}
.planeta_popup_logoBox a,
.planeta_popup_logoBox img {
    width: 100%;
}
.thankYou {
    font-size: 18px;
    margin: 0 auto -10px;
    text-align: center;
    color: #00dddd;
    font-family: "Marmelad", sans-serif;
}
.plaPerson {
    float: left;
    margin: 0 0 15px 40px;
    width: 215px;
}

#what_is_planeta a {
    color: #ffcc33;
    text-decoration: underline;
    transition: color 0.55s;
}
#what_is_planeta a:hover {
    color: #ffe755;
    text-decoration: none;
}
