body {
    padding: 55px 0 0 0;
    color: white;

}

#mainbox{
    background-image: url(/assets/img/bg_blue2013.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 auto;
    background-color: #202461;
}

.header {
    color: white;
    background: #18aae3;
}

.header h1 {
    font-size: 25px;
    padding: 20px 0;
}

.footer {
    height: 30px;
    line-height: 30px;
    background-color: #1E2B68;
    color: white;
}

.content {
    padding: 10px;
}

.navbar-brand img{
    max-width: 25px;
    vertical-align: text-bottom;
}

#scorebox .jmeno{
    width: 250px;
    background-color: #060946;
    padding: 8px 10px;
    background: linear-gradient(45deg, #060946, #1E2B68);
}

.domaci{
    font-weight: bold;
}

.gametype{
    background: linear-gradient(#F99D00, #DF7201);
    width: 65px;
    text-align: center;
}

#scorebox .obal{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#scorebox .jmeno{
    width: 195px;
    background-color: #060946;
    padding: 8px 10px;
}

#scorebox .score{
    background: linear-gradient(#EAEAEA, #DBDBDB);
    width: 35px;
    text-align: center;
    font-weight: bold;
    align-self: stretch;
    padding: 7px;
    color: #343A40;
}

.first .jmeno,
.first .score{
    border-bottom: 1px solid white;
}

#scorebox .winscore{
    background: linear-gradient(#F99D00, #DF7201);
    color: white;
}
