/* COM_GAMES_FRONT.CSS */
/* BdN 2017 */

.error { color: red; }
.warning { color: orange; }
.success { color: green; }

/* Common */
.com_games #g-container-main #g-mainbar h1 {
    font-family: arial;
    color: #d14c3b;
	font-size: 150%;
	margin-top: 0;
	font-weight: normal;
    text-transform: uppercase;
}
.com_games #g-container-main #g-mainbar h2 {
    font-family: arial;
    color: #d14c3b;
    font-size: 120%;
    margin-top: 0;
    font-weight: normal;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.com_games #g-container-main #g-mainbar h3 {
    font-size: 120%;
	margin-bottom: 0;
}
.com_games #g-container-main .far,
	.com_games #g-container-main .fas {
    font-size: 60px;
	color: #d14c3b;
	margin-right: 15px; 
}

.com_games #g-container-main button {
	vertical-align: top;
}

.com_games #g-container-main a:hover .far,
	.com_games #g-container-main a:hover .fas,
	.com_games #g-container-main button.solve_button:hover {
    opacity: 0.8;
}

/* Exercices */

/* Results */
.com_games_results {
    margin-bottom: 25px;
}
.com_games_results .item_fields {
    border-bottom: 1px solid #ddd;
	margin: 25px 0;
}
.com_games_results .item_fields table {
    margin: 0;
}
.com_games_results .item_fields th {
    vertical-align: middle;
}
.com_games_results .item_fields p {
    margin: 5px 0;
}
.com_games_results audio {
    vertical-align: middle;
    margin: 1px;
    height: 25px;
    background-color: white;
    border-radius: 5px;
}
.com_games_results video {
    vertical-align: middle;
    margin: 1px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #A2A2A2;
    background-color: #A2A2A2;
    height: 40px;
    width: 110px;
}
.com_games_results video:not(*:root) { height: 32px; } /* hack chrome */
@media screen and (min-width:0\0) { .com_games_results audio { height: 40px; } } /* hack ie */

.com_games_buttons.item_fields {
    display: inline-block;
    margin: 0 10px 0 0;
}



