#userinput {
	border: 1px solid yellow;
    	width: 75%;
    	margin: 0 auto;
    	box-sizing: border-box;
    	border-radius: .4em;
    	outline: 0;
    	padding: .5em .4em;
	display: block;
	}
	

table {
	width: 60%;
	padding-top:4em;
	padding-bottom:-6em;
	margin: 0 20%;
	text-align:center;
	}

button {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
    margin-right: 1em;
}

button:hover {
    background-color: #ddd;
}



#suggestions{
    width: 50%;
    display: block;
    margin: 0 auto;
}

#suggestions a {
    color: white;
    display: block;
    font-size: 15pt;
    padding: .1em .5em;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#suggestions a:hover {
    color: #f90;
}


.color {
	color: #84a86b;
	font-size: 80pt; 
	text-align: center;
	font-family: "Lato", "Trebuchet MS", "Tahoma", sans-serif;
	}
.color-2 {
	color: #ff9500;
	font-size: 60pt;
	text-align: center;
	font-family: "Lato", "Trebuchet MS", "Tahoma", sans-serif;
	}
body {
	margin: auto; 
	background-color: #1f1f1f;
	}
h1 { 	
	text-align:center;
	font-family: "Lato", sans-serif;
	}
h2 {
	color: #fca311;
	text-align:center;
	}
h3 {
	padding-top: 40px;
	font-size: 15pt;
	color:#fca311;
	text-align: center;
	font-family: "Lato", "Trebuchet MS", "Tahoma", sans-serif;
	}
h4 {
	font-size: 12pt;
	padding-top: 40px;
	font-size: 15pt;
	color:#fca311;
	text-align: center;
	font-family: "Lato", "Trebuchet MS", "Tahoma", sans-serif;
	}

.greco-cat {
	color: #43aa8b;
	text-align: center;
	}
.ita-cat {
	color: #f94144;
	text-align: center;
	}
.lat-cat {
	color: #90be6d;
	text-align: center;
	}
p {
	font-size: 14pt;
	}
a {
	color: white;
	text-decoration: none;
	}
a:hover{
	color: #ff9500;
	}
.center-white {
	color:white;
	text-align:center;
	}
a.titolo {
	font-family: Georgia, serif;
	font-size: 15pt;
	}
a.titolo:hover{
	color: #ff9500;
	}

.nav {
	text-align: center;
	margin:0;
	padding: 0;
	}
.nav li {
	display: inline;
	font-family: Verdana, sans-serif;
	}
.nav a {
	display: inline-block;
	transition: all 0.3s ease;
	margin: 7px;
	}
#home {
 	color:white;
	border: 1px white;
	width: 40px;
	padding: 3px;
	border-style: solid;
	text-decoration: none;
	}
#home:hover {
	background: white;
	color: black;
	}
	
#ita{
	color:#f94144;
	border: 1px #f94144;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#ita:hover {
	background: #f94144;
	color: white;
	}
	
#fis{ 	color: #f9844a;
	border: 1px #f9844a;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#fis:hover {
	background: #f9844a;
	color: white;
	}
#fis.th {
	background: #f9844a;
	}
#mat{ 	color: #f3722c;
	border: 1px #f3722c;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#mat:hover {
	background: #f3722c;
	color: white;
	}
#sto{	color: #f8961e;
	border: 1px #f8961e;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#sto:hover {
	background: #f8961e;
	color: white;
	}
#fil{	color: #f9c74f;
	border: 1px #f9c74f;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#fil:hover {
	background: #f9c74f;
	color: white;
	}
#lat{ 	color: #90be6d;
	border: 1px #90be6d;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#lat:hover {
	background: #90be6d;
	color: white;
	}
#gre{	color: #43aa8b;
	border: 1px #43aa8b;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#gre:hover {
	background: #43aa8b;
	color: white;
	}
#sci{	
	color: #4d908e;
	border: 1px #4d908e;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#sci:hover {
	background: #4d908e;
	color: white;
	}
#star{	
	color: #577590;
	border: 1px #577590;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#star:hover {
	background: #577590;
	color: white;
	}
#edfis{	
	color: #277da1;
	border: 1px #277da1;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#edfis:hover {
	background: #277da1;
	color: white;
	}

#ing{	
	color: #9cc9c8;
	border: 1px #4d908e;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#ing:hover {
	background: #277da1;
	color: white;
	}
#pro{	
	color: #4d908e;
	border: 1px #4d908e;
	padding: 7px;
	border-style: solid;
	text-decoration: none;
	}
#pro:hover {
	background: #4d908e;
	color: white;
	}

.invite {
	width: 200px;
	height: 100px;
	float: right;
	background: red;
	border: 1px white solid;
	}
.a.extra {
	font-family: "Lato", "Trebuchet MS", "Tahoma", sans-serif;
	}
.extra1{ 
	padding: 6px;
	margin: 7px;
	font-size: 13pt;
	font-family: Roboto, sans-serif;
	}
.extra2{ 
	padding: 6px;
	margin: 7px;
	font-size: 13pt;
	color: #f9cb40;
	font-family: Roboto, sans-serif;
	}
a.extra1:hover {
	background:white;
	color: #1f1f1f;
	}
a.extra2:hover {
	background:white;
	color: #1f1f1f;
	}
footer {
	color: white;
	text-align: center;
	font-family: Palatino, sans-serif;
	}
.footer{
	font-size: 10pt;
	text-align: center;
	font-family: Courier, sans-serif;
	display:block;
	color: #f96722;
	margin-left: auto;
	margin-right: auto;
	}
.side-left {
	height: 20px;
	margin-left: 80px;
	float: left;
	}
.blog-date {
	text-align: left;
	padding-left: 20px;
	}
.blog-link {
	color: #fca311;
	text-decoration: none;
	}
.blog-post {
	margin:auto;
	padding: 20px;
	font-size: 15pt;
	color: white;
	}
.blog-autor {
	color: #f94144;
	font-size: 14pt;
	margin: 20px;
	}
.blog-mini {
	font-size: 10pt;
	display: block;
	color: white;
	margin-right: auto;
	margin-left: auto;
	}
.blog-half {
	margin:auto;
	padding:20px;
	width: 50%;
	float: left;
	text-align: justify;
	text-justify: inter-word;
	line-height: 150%;
	font-size: 15pt;
	}
#prof {
	border-collapse: collapse;
	width:60%
	}

#prof th {
	padding-top: 6px;
	padding-bottom:6px;
	margin: 40px;
	text-align:center;
	background-color: #f9844a;
	color: white;
	}
#prof td {
	padding-top: 12px;
	padding-bottom:12px;
	color: white;
	text-align: left;
	}
#faq th {
	padding-bottom:6px;
	margin: 40px;
	text-align:center;
	color: white
	}
#faq tr {
	min-width: 38%;
	}
#faq td {
	padding: 30px;
	color: white;
	text-align: left;
	}
#new {
	max-width: 50px;
	max-height: 50px;
	}
.classe  {
	padding: 15px;
	}
.classe-box {
	margin:auto;
	display: block;
	text-align: center;
	}
.ext {
	text-decoration: underline;
	}
img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 434.4px;
	height: auto;
	}

audio {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	display: block;
	}
	
.img-left {
	margin-left: auto;
	margin-left: auto;
	max-width: auto;
	max-height: auto;
	display: block;
	}
@keyframes mongins {
	0% {color:red}
	25% {color:yellow}
	50% {color:blue}
	75% {color:green}
	100% {color:red}
	}

.mongins-title {
	margin-top:0px;
	}
	
.color-h1 {
	animation-name: mongins;
	animation-duration: 2s;
	animation-iteration-count:infinite;
	animation-direction: alternate-reverse;
	padding-top,margin-top:0;
	}

.numero {
	color: red;
	background: green;
	font-size: 30px;
	}
#contributors {
	border-collapse: collapse;
	width:60%
	}

#contributors th {
	padding-bottom:6px;
	margin: 200px;
	text-align:center;
	color: white;
	}
#contributors tr {
	min-width: 38%;
	color: white;
	}
#contributors td {
	padding: 30px;
	color: white;
	text-align: center;
	}

@media (max-width:450px) {
	#userinput {
	width: 100%
	}
	
