p{
	line-height:1.2;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight:initial;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.no-pad{
    padding:0;	
}

.no-marg{
    margin:0;
}
.img-center{
    display:block;
    margin:auto;
}
.bold{
    font-weight:bold;
}
p.bold{
    font-weight:bold;
}
.center{
    text-align:center;
}
.inline{
    display:inline;
}
.clickable:hover{
    cursor:pointer;
    color:#fff;
}

#logoAvatarBot{
    clear: both;
    margin: 36px auto;
    width: 200px;
}
#logoBot{
	width:30px;
}

#logText{
	width: 100%;
    	height: 500px;
    	overflow: auto;
    	background-color: white;
    	border: 1px solid #EEE;
    	border-right: 0 solid;
    	padding: 4px;
}

.noNome{
	background-color:#fbfccc;
}

#deleteLog, #deleteStats{
text-align:center;
}

.btn-ok{
	color:white;
	background-color:#22a202;
	border-color:#0fc703;
}

.btn-ok:hover{
	color:white;
	background-color:#0fc703;
	border-color:#0fc703;
}

#formBroadcast{
	text-align:center;
}

#textBroadcast{
	height:200px;
	width:100%;
}

#formPremast{
	text-align:center;
}

#token{
	height:50px;
	width:100%;
}
#modifica,#cancella,#ripristina{	
	display:none;
}
#menuSito ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

#menuSito li {
    float: left;
    width:33.3%;
}

#menuSito li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size:1.5em;
}

#menuSito li a:hover:not(.active) {
    background-color: #111;
    color:#d81a68;
}

#menuSito .active {
    background-color: #4CAF50;
}

#contenutoSito{
    margin:30px;
    padding-bottom:5%;
}
#contenutoSito p, #contenutoSito li{
    font-size:21px;
    font-weight:inherit;
    line-height:150%;
}
#contenutoSito h1{
    color:#d81a68;
    text-align:center;
    margin-top:5%;
    font-size:4em;
}
#alanChat{
    width:100%;
}
#schermataAlan{
    width:85%;
}
#contenutoSito table, #contenutoSito th{
	border:hidden;
}
