.cd-timeline-content {
    padding: 15px !important;
    margin: 0px !important;
    min-width: 40%;
}

.cd-timeline-title-container h2 {
    font-size: 16px;
}

.has-sidebar #secondary {
    padding-left: 45px;
    border-left-style: dotted;
    border-left-color: #999999;
    border-left-width: 2px;
}

.odkaz:link {
	  border-bottom: 1px solid;
  	padding-bottom: 2px;
}
.odkaz:hover {
		border-bottom: 2px solid;
  	padding-bottom: 2px;
}

@media only screen and (min-width: 822px) {
	.widget_block {
		margin-top:-45px !important;
	}
}

/*** přepisuje css z:
**** plugins/timeline-express/lib/public/css/min/timeline-express.min.css
-------------------------------------------------------------------------------*/
@media only screen and (min-width: 822px) {
    .cd-timeline-content {
        top:-8px !important;
    }
    .cd-timeline-img {
        width: 30px !important;
        height: 30px !important;
        left: calc(50% + 15px) !important;
    }
    #cd-timeline span.fa {
        font-size: 15px !important;
        line-height: 31.5px !important;
        height: 100% !important;
    }  
}
body.single-te_announcements nav.navigation.post-navigation {
  display: block !important;
}