
#rss_button {
    float: right;
    margin-top: 11px;
}
.rss_text, .main-nav a {
    display: table-cell;
    position: initial;
}
.rss_date p {
    line-height: normal !important;
    margin: auto !important;
}
.rss_date {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fcfcfc 0%, #dad8d8 100%) repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 15px;
    position: relative;
    width: 45px;
}
.rss_date p {
    color: #9e9e9e;
    font-size: 21px;
    font-weight: bolder;
    text-align: center;
}
.rss_date p span {
    background: #009ae1 -moz-linear-gradient(center top , #50daff 0%, #009ae1 100%) repeat scroll 0 0;
background-color: #009ae1;
    border-radius: 0 0 10px 10px;
    border-top: 3px solid #009ae1;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
    text-transform: uppercase;
}
@-moz-document url-prefix("") {
.rss_date {
    padding: 0;
}
.rss_date p span {
    padding: 0 0 3px;
}
}
.rss_text {
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
    padding-bottom: 20px;
}
.rss_nadpis {
    padding-bottom: 10px;
    padding-top: 15px;
}
.rss_text {
    color: black;
}
.rss_nadpis > a {
    font-size: 16px;
    font-weight: bold;
}
.rss_nadpis > a:hover {
    text-decoration: underline;
}
