/*
* SAHIFI Color: #F88C00
 */

.lonato-fives-block {
    margin: 10px 0;
}

.lonato-fives-block h6 {
    margin: 0;
}

.lonato-fives-block .header, .lonato-fives-block label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.lonato-fives-block .header {
    justify-content: space-between;
    color: white;
    background: rgba(0,0,0, .7);
    padding: 8px 11px;
}

.lonato-fives-block .header .title {
    font-weight: bold;
    font-size: 1.4em;
}

.lonato-fives-block label select {
    margin: 0 0 0 8px;
}

.lonato-fives-block .body {
    background: rgba(0,0,0, .025);
    padding: 10px 0;
}

.lonato-fives-block .body h6 {
    width: 100%;
    padding: 5px 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}

.lonato-stats-fives {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 10px;
    border-top: solid 1px rgba(0,0,0, .2);
}

.lonato-stats-fives .item {
    display: flex;
    flex-direction: column;
    background: rgb(244, 244, 244);
    margin: 12px;
    border-radius: 4px;
}

.lonato-stats-fives .item span {
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-weight: bold;
	white-space: nowrap;
}

.lonato-stats-fives .item span:first-child {
    background: #F88C00;
    border-bottom: solid 1px rgba(0,0,0, .4);
    font-size: 1.2em;
}

.lonato-stats-fives .item span:last-child {
    background: rgba(0,0,0, .7);
}