html, body, #page-wrapper{
    font-size: 20px;
    margin: 0;
    min-height: 100vh;
}
#mainContainer, .row,.tab-content, .tab-pane{
    min-height: calc(100vh - 165px);
}
iframe{
    height: calc(100vh - 165px);
}
#title{
    padding: 25px 0;
}
#page-wrapper{
    text-align: center;
}
#mainContainer{
    width: calc(100% - 20px);
}
.tab-content {
    font-size: 18px;
}
#v-pills-scores th, #v-pills-scores tr{
    min-width: calc(75vw/8 - 10px)
}
#v-pills-harmonogram th, #v-pills-harmonogram tr {
    width: calc((75vw - 160px) /2)
}
#v-pills-harmonogram th.linczek{
    width: 50px;
}
#v-pills-harmonogram th.vs{
    width: 50px;
}
.col-3, .col-9{
   padding: 0;
}

.col-9{
    padding-left: 10px;
}
.vptable{
    width: 240px;
    margin: 0 auto;
}
.vptable td{
    font-size: 16px;
    padding: 2px;
}

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    height: 100%;
}

.tournament-container {}

.tournament-headers {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #ccc;
}
h3 {
    width: 25%;
    text-align:center;
    font-weight: 400;
    border-right: 1px dashed #ccc;
    margin: 0;
    padding:1rem;
}


.tournament-brackets {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    background: #fdfdfd;
    margin-bottom: 50px;
}

.bracket {
    padding-left: 0;
    display: flex;
    margin: 0;
    padding: 30px 0;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-around;
    list-style-type: none;
    border-right: 1px dashed #ccc;
    flex: 1;
}

.team-item {
    background-color: #f4f4f4;
    padding: .5rem;
    display: block;
    margin: .5rem 10px;
    position: relative;
    vertical-align: middle;
    line-height: 1.5;
    text-align: center;
}

.team-item:after {
    content:'';
    border-color: #4f7a38;
    border-width: 2px;
    position: absolute;
    display: block;
    width: 10px;
    right: -11px;
}

.team-item:nth-of-type(odd):after {
    border-right-style: solid;
    border-top-style: solid;
    height: 100%;
    top: 50%;
}

.team-item:nth-of-type(even):after {
    border-right-style: solid;
    border-bottom-style: solid;
    height: 100%;
    top: -50%;
}

.team-item:before {
    content:'';
    border-top: 2px solid #4f7a38;
    position: absolute;
    height: 2px;
    width: 10px;
    left: -10px;
    top: 50%;
}
time{
    padding: 4px;
    background-color: lightgreen;
}
.info{
    font-size: 16px;
}
