
/**********************************/
/*                                */
/* TABELLA COLORI PER IL PROGETTO */
/*                                */
/**********************************/

/*
 * 
 * MAIN COLOR: DEFAULT
 *
**/

/**********************************/
/*                                */
/*  opening.php - langselect.php  */
/*                                */
/**********************************/

/*
 * 
 * DEFAULT
 *
**/

/***********************/
/*                     */
/*  codevalidator.php  */
/*                     */
/***********************/

.welcome_message {
	color: #000000;
}

.coderequest {
	color: #000000;
}

/*******************/
/*                 */
/*  listening.php  */
/*                 */
/*******************/

/* Mandatory - Default: --online-color: #FD4A49; --lite-color: #03C76D; --offline-color: #5D5DDD; */
:root {
	--online-color: #FD4A49;
	--lite-color: #03C76D;
	--offline-color: #5D5DDD;
}

/* Mandatory if no filter is visible */
/*
.filtertab {
	margin-top: 0px;
}
*/
/* Mandatory if no filter is visible */
/*
#audioheaderwrapper {
	height: 90px;
}
*/

/*******************/
/*                 */
/*  listening.php  */
/*  MODE SELECTION */
/*                 */
/*******************/

/*
 * 
 * DEFAULT
 *
**/