/* ----------------------------------------------------------------------------------------------------------- */
/* HEADER */
@import "header_screen.css";

/* FOOTER */
@import "footer_screen.css";

/* COOKIE */
@import "cookie.css";

/* FONTS */
@import "fonts.css";
/* ----------------------------------------------------------------------------------------------------------- */

html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font-family: textfont;
	font-size: 15pt;
	background: #F5F5F5;
}

a{
	color: white;
	text-decoration: none;
}

.grid {
	width: 800px;
	margin: auto;
	padding-top: 130px;
}

.title{
	font-family: popfont;
	font-size: 50pt;
	color: #02AAAC;
	text-align: center;
}

.content_just{
	font-family: textfont;
	font-size: 15pt;
	text-align: justify;
}

.content_center{
	font-family: textfont;
	font-size: 15pt;
	text-align: center;
}

.cell{
	margin-bottom: 10px;
	padding: 10px;
	background-color: white;
}

.cell_text{
	margin-bottom: 10px;
	padding: 20px;
	background-color: white;
}

.spessore_finale{
	width: 100%;
	height: 35px;
}

.research_table {
	display: table;
	width:100%;
}

.research_block {
	width: 32%;
	display: table-cell;
	background-color: #FF305B;
}

.research_block_space {
	width: 2%;
	display: table-cell;
}

.research_name{
	font-family: popfont;
	font-size: 25pt;
	color: white;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
}

.separator {
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background-color: white;
	margin-bottom: 10px;
}

.research_block_content {
	color: white;
	margin: 0 auto;
    width: 90%;
}

.updateBtn {
	background-color: #57CEAD;
	font-family: textfont;
	font-size: 15pt;
	color: white;
	padding: 16px 20px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	width: 100%;
	opacity: 0.9;
}

.updateBtn:hover {
	opacity:1;
	color:black;
}

.disabled {
	background-color: grey;
}