#kisad.screen-400 .ranking-container .ranking td.ranking-team .caption {
	  max-width: 170px !important;
}

#kisad h2 {
	  margin-bottom: 10px;
}

#kisad .match {
    display: grid;
    grid-template-areas:
        "a a"
        "b c"
        "d d";
    grid-template-columns: 1fr 1fr;
    margin: 5px 0 0px 0;
    border: 1px solid var(--grey20);
    background: white;
    padding: 5px 0 5px 0;
    font-size: 14px;
}

#kisad .time {
	  grid-area: a;
    text-align: center !important;
    font-weight: 600 !important;
    width: 100% !important;
}

#kisad .home {
	  grid-area: b;
    width: min-content !important;
    justify-self: right;
}

#kisad .guest {
	  grid-area: c;
    width: min-content !important;
    justify-self: left;
    margin-left: -17px !important;
}

#kisad .status {
    grid-area: d;
    text-align: center !important;
    justify-self: center;
    background-color: var(--table-grey);
    color: var(--ink);
    margin: 5px 0 5px 0;
    height: 20px;
    padding-top: 0px;
    width: 16.66666667% !important;
}

#kisad .highlight-fcb .status {
	border-bottom: 1px solid var(--FCBred);
}

#kisad .highlight-1860 .status {
	border-bottom: 1px solid var(--blue1860);
}


#kisad h4, #kisad div.div_h4 {
	  text-align: center;
    margin-bottom: 20px;
}

#kisad .matches .status.status-1,
#kisad .matches .status.status-4,
#kisad .matches .status.status-5 {
	  display: block !important;
}

#kisad .matches {
	  overflow-y: auto;
    overflow-x: hidden;
	  height: 777px;
}
