.btn-prihlasit {
    color: #0065bd;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 0.5rem 2.5rem;
}
.btn-zpet {
    border-radius: 2rem;
    text-transform: uppercase;
    padding: 0.25rem 0.75rem 0.25rem 0.5rem;
}
ul {
    padding-left: 18px;
    margin: 0;
}
#proc h2 {
    color: #0065bd;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
#proc h2::after {
    content: "";
    width: 25%;
    height: 4px;
    background: #0065bd;
    position: relative;
    display: block;
    bottom: -0.5rem;
}
h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
}
h1 {
    background: #fff;
    color: #0065bd;
    padding: 3rem 0 1rem 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.logo {
    background: #0065bd;
    font-weight: 700;
    border-radius: 50%;
    padding: 3rem;
    font-size: 6rem;
}
.container-fluid {
    padding: 0;
}
label a, label a:hover {
    color: #fff
}
.text-muted a {
    color: #6c757d!important;
    text-decoration: none;
}
.text-muted a:hover {
    text-decoration: underline;
}


.card-title {
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: normal;
}
.card-title a {
    text-decoration: none;
    color: #000;
    font-size: large;
}
.card-title a:hover {
    text-decoration: underline;
}
.card-text {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-break: normal;
}
.card-footer, .card-header {            
    padding-y: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.2
}
.footer {
    font-size: 0.75rem;
}
#news-h {
    text-transform: none;
    color: #0065bd;
    font-size: 2rem;
    scroll-margin-top: 140px;
}

#srovnavac h1 {
    background: none;
    color: #fff;
    padding: 1rem 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-size: 2rem;
}
#srovnavac h2 {
    background: none;
    color: #fff;
    padding: 0;
    text-transform: none;
    font-weight: 500;
    margin: 0;
    font-size: 1rem;
}
.pka-panel-footer {
    display: none !important
}

.nav-link {
    color: #000
}

ol {
    padding-left: 1rem;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
}

.container-fluid ul li {
    margin-left: 1.5rem;

}

#prihlaska, #odeslano {    
    scroll-margin-top: 140px;
}