
/* Соль */

.salt_index_container{
    background: url('/theme/entries/files/salt/salt-background-2.jpg') no-repeat;
    background-size: 100%;
    background-position: top 50px center;
}

.salt_index_explanation{
    border-radius: 5px;
    padding: 20px;
    color: #1a566d;
}

.salt_index_explanation_image{
    margin-top: 10px;
}

.salt_index_explanation_text{
    margin: 20px 20px;
}


.salt_index_container .main_text{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2em;
}

.salt_index_container .main_text a, .salt__page-index .main_text a:visited{
    color: #337ab7;
}

.salt_index_container .main_text a:hover {
    color: #f00;
}

.salt_index_container .main_text p{
    line-height: 290%;
}

