.newspaper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;

    -moz-column-gap: 35px;
    -webkit-column-gap: 35px;
    column-gap: 35px;

    /* -moz-column-rule: 2px solid #729CB8;
     -webkit-column-rule: 2px solid #729CB8;
     column-rule: 2px solid #729CB8;*/
    /*  margin-bottom: 50px;   */
    background-color: #FFFFFF;

}

.hind {
    text-align: right;
    color: #660F57 !important;
    padding-right: 3px;
}
a.hind {
    color: #660F57 !important;
}

.rthind {
    text-align: right;
    color: #8b1728;
}
a.rthind {
    color: #8b1728 !important;
}

.owhind {
    text-align: right;
    color: #8b1728;
    /*background-color: #59fff7;*/
}
a.owhind {
    color: #8b1728;
}

.sihtkoht_nimi {
    text-align: left;
    /*background-color: #7c5cff;*/
}

.blokk span:hover {
    background-color: inherit;
    color: inherit;
}

.sk_title {
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #FCD47B;
    color: #466289;
    /*background-image: url("../gfx/th_background.gif");*/
    background-position: left top;
    background-repeat: repeat-x;

}

.blokk_tiitel a{
    font-weight: bold;
    color: #777777;
    color: white;
}

.blokk_tiitel {
    font-weight: bold;
    color: #777777 !important;
    color: white;
}

.blokk {
    /*border-left: 3px solid #729E13;*/
    width: 100%;
    display: inline-block;
    /*   background-color: #DDE8ED;*/
}

.sk_li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    border-bottom: 1px solid #E0E0E0;
    /*height: 17px;*/
    white-space: nowrap;
}

.sk_li:hover {

    background-color: #F5D769;
}

.sk_li a:hover {
    cursor: pointer;
    color:#000000!important;;
    /*color: inherit !important;*/
    background-color: inherit !important;
}