
#kurz-form {width: 100%; float: left;}

#kurzList {width: 100%; float: left; margin: 20px 0 60px 0;}
#kurzList .item {width: 100%; float: left;}
#kurzList .item .name {width: 100%; float: left; margin: 15px 0 5px 0; font-weight: bold;}
#kurzList .item .terminy {width: 100%; float: left; flex-direction: column;}
#kurzList .item .terminy .title {width: auto; float: left; margin: 0 20px 0 0;}
#kurzList .item .terminy .data {width: 100%; float: left; flex-direction: column;}
#kurzList .item .terminy .data .row {width: 100%; float: left; margin: 6px 0; align-items: center;}
#kurzList .item .terminy .data .row .termName {width: 300px; align-items: center;}
#kurzList .item .terminy .data .row .termName:before {content: ''; display: inline-block; width: 10px; height: 10px; margin: 0 10px 0 20px; background-color: #ee5930;}
#kurzList .item .terminy .data .row .termObsazenost {width: 160px;}
#kurzList .item .terminy .data .row .btnCell {}
#kurzList .item .terminy .data .row .btnCell a {padding: 5px 10px; background-color: #ee5930; color: #ffffff;}
#kurzList .item .terminy .data .row .btnCell span {color: #ee5930; font-weight: bold;}

#kurzList .item .text {width: 100%; float: left; margin: 10px 0 0 0;}
#kurzList .item .text ul li {padding: 0 0 0 20px; background-image: none;}
#kurzList .item .text ul li:before {content: ''; display: inline-block; width: 10px; height: 10px; margin-right: 10px; background-color: #2a3841;}