@charset 'UTF-8';

.rt-human, .rt-comm, .rt-location
{
    text-align: center;
}

.action-description {
    display: inline-block;
}

.rt-human-read {
    background-color: #18BC9C;
    margin: 0 auto;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.rt-human-read .rt-human-text, .rt-comm-read .rt-comm-text, .rt-location-read .rt-location-text {
    padding-top: 50px;
}

.rt-human-read span, .rt-comm-read span, .rt-location-read span {
    padding-top: 36px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

    .rt-comm-read {
    background-color: #F39C12;
    margin: 0 auto;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.rt-location-read {
    background-color: #E74C3C;;
    margin: 0 auto;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.rt-thema-content {
    padding-top: 40px;
}
