
.oring {
    display: flex;
    flex-wrap: wrap;
}

.ordinep {
    flex: 50%;
	text-align: center;
}

.orap {
    flex: 50%;
	text-align: center;
	font-size:0.8em;
}




.binomio {
    display: flex;
    flex-wrap: wrap;
}

.cavaliere {
    flex: 50%;
}

.cavallo {
    flex: 50%;
}

.decorpos {
    border-radius: 8px 0px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: red;
    color: white;
    -webkit-box-shadow: 2px 2px 6px 2px #000000;
    box-shadow: 2px 2px 6px 2px #000000;
    margin-right: auto;
    margin-left: auto;
}

.ntes {
    border: 1px solid #C0C0C0;
    border-radius: 0px;
    width: 40px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    -webkit-box-shadow: 2px 2px 6px 2px #000000;
    box-shadow: 1px 1px 6px 1px #808080;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.risultato-esteso {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.risultato {
    flex: 25%;
}

.penalita {
    text-align: center;
}

.tempo {
    text-align: center;
}

.risultato-ridotto {
    display: none;
}

@media screen and (max-width: 768px) {
    .box {
        padding-left: 0px;
    }
    .cavaliere,
    .cavallo {
        flex: 100%;
    }
	
	.ordinep,
	.orap {
		flex: 100%;
	}
	
    .risultato-esteso {
        display: none;
    }
    .risultato-ridotto {
        display: inline;
    }
}