﻿img.rounded {
    border-radius: 10px;
}

article {
    /*font-family: Arial;*/
    font-size: 20px;
    line-height: 30px;
}

ul.custom-item {
    margin-left: 50px;
}

    ul.custom-item li {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }

h2.center-block {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    border-bottom: 3px dashed #000;
}

.content-post {
    min-height: 500px;
}

.margin20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

p a {
    color: #3498db;
}
