body {
	padding-left: 10px;
	padding-right: 10px;
	
}

.background {
	/*display: none;*/
}

#main .row {
/*
	margin-bottom: 10px;
	padding-bottom: 10px;
*/
}

#main .row {
    overflow: hidden;
    text-overflow: ellipsis;
}
#main .row * {
    overflow: inherit;
    text-overflow: inherit;
}
#main .row .features label {
    white-space: normal;
}

#main .main.row {
	min-height: 50px;
}
#main .main.row .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 180px;
    max-width: 100%;
    width: auto;
}
#main .identification .subtitle > div > *::after, 
#main .identification .extrainfo > div > *::after {
    content: " ";
}
#main .identification {
	white-space: nowrap;
}

#main .identification h2 {
	margin-top: 0;
}
#main .identification .extrainfo {
	text-align: right;
}

#main .identification .subtitle > div:first-child {
	font-size: 140%;
}
#main .identification span.fa {
    line-height: unset;
}

#main div.sponsors .carousel img {
    max-height: 100px;
}

#main .content.event .competition.title {
    font-size: 120%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .content.event .code {
    font-style: italic;
}

#main .row .plays_agenda .logo .teamlogo {
    margin-left: auto;
    margin-right: auto;
    max-height: 80px;
    max-width: 80px;
}
#main .row .plays_agenda div.score {
    font-size: 350%;
}

