.mt .mt-cross-link h4 {
    font-size: 17px;
}

.mt-content-public .author-popup {
    opacity: 0.6;
}

.mt-content-public .author-popup span {
    font-size: 12px;
}

.mt-content-public .news-title h2 {
    font-size: 34px;
}

.mt-content-public .mt-content h2 {
    margin: 20px 0 10px 0;
    color: red;
    display: block;
}

.mt-content-public .mt-content h3 {
    padding: 5px 0;
    margin-top: 10px;
    display: block;
}

.mt-content-public .mt-content h4 {
    margin: 5px 0;
}

.mt-content-public .mt-content p {
    padding-bottom: 5px;
}

.mt-content-public .mt-content table {
    margin: 10px auto;
}


/* Kapcsolódó Oldalak */
.mt .mt-content-cross-content h4{
    font-size: 15px;
}

.mt .mt-content-cross-content .mt-equal-box {
    position: relative;
}

.mt .mt-content-cross-content .mt-equal-box .mt-equal-height{
    min-height: 229px;
    background-color: rgba(255,255,255, 0.2);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.mt .mt-content-cross-content .mt-equal-box .mt-equal-height .d-block i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* END Kapcsolódó Oldalak */

/* Tartalmi oldalak felsorolása dobozban */

.mt.mt-content-list-box:first-child{
    padding-left: 0!important;
}

.mt.mt-content-list-box:last-child{
    padding-right: 0!important;
}

.mt .mt-content-list-box-item {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 170px;
}

.mt .mt-content-list-box-item-header{
    background-color: red;
    color: white;
}

.mt .mt-content-list-box-item-header h2{
    font-size: 16px;
    color: white;
}
.mt .mt-content-list-box-item-header h3{
    font-size: 14px;
    font-style: italic;
    color: white;
    opacity: 0.8;
}

.mt .mt-content-list-box-item-footer{
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;

}
/* End Tartalmi oldalak felsorolása dobozban */

