.form-commento {
    display: inline-block;
    width: 480px;
    text-align: left;
    margin-top: 5px;
}
.bbcode-bar button {
    font-family: "Georgia";
    font-size: 14px;
    margin-right: 4px;
    margin-bottom: 10px;
    padding: 2px 6px;
    cursor: pointer;
}
textarea.mex{
    width: 100%;
    font-family: "Georgia";
    font-size: 14px;
    border:1px solid #bbdde7;
    background-color:#f8fcfd;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}
input[type="text"],
input[type="url"] {
  width: 100%;
  box-sizing: border-box;
  font-family: Georgia;
  font-size: 14px;
  color : #785c58;
  border: 1px solid #bbdde7;
  background-color: #f8fcfd;
  padding: 8px;
  margin: 6px 0;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
input[type="text"]:focus,
input[type="url"]:focus {
  background-color: #eff7f9;
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 8px #bbdde7, 0 0 15px #bbdde7;
}
input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:focus,
input[type="url"]:-webkit-autofill,
input[type="url"]:-webkit-autofill:focus {
  -webkit-text-fill-color: #785c58;
  -webkit-box-shadow:
    0 0 0px 1000px #f8fcfd inset,
    0 0 0 1px #bbdde7 inset;
  box-shadow:
    0 0 0px 1000px #f8fcfd inset,
    0 0 0 1px #bbdde7 inset;
 }   
button[type=submit] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #7ea9b6;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 10px;
}
button[type=submit]:hover {
    background-color: #5d90a0;
}
button[type=button] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #7ea9b6;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
button[type=button]:hover {
    background-color: #5d90a0;
}
#box_gif {
    display: none;
    width: 375px;
    border: 1px solid #7ea9b6;
    background-color: #eff7f9;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
input[type=button] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #7ea9b6;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
input[type=button]:hover {
    background-color: #5d90a0;
}
.commento-box {
    border-bottom: 1px solid #7ea9b6;
    text-align: left;
    padding: 5px;
    margin-bottom: 12px;
    width: 94%;
}
.commento-box-img {
    width: 25x;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
.commento-pagina-box {
    font-size: 0.9em;
    color: #777;
    margin-top: 8px;
}
.data {
    font-size: 0.85em;
    color: #999;
    margin-left: 10px;
}
.commenti-pagina {
    border-bottom: 1px dotted #7ea9b6;
    width: 490px;
    text-align: left;
    padding: 10px 0;
    margin-left:auto;
    margin-right:auto;
}
.errore-commento {
    border: 2px solid #af757d;
    background-color: #ffe6e6;
    font-family: "Georgia";
    font-size: 14px;
    color: #97575fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    width: 375px;
    margin-left:auto;
    margin-right:auto;
}
.ok-commento {
    border: 2px solid #7ea9b6;
    background-color: #eff7f9;
    font-family: "Georgia";
    font-size: 14px;
    color: #6eb1c5;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    width: 375px;
    margin-left:auto;
    margin-right:auto;
}
/* Scroll commenti home*/
.scroll_mex_home{
    overflow-y: auto;
    max-height: 330px;   
    width: 420px;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto
}
.force-overflow_mex_home{
    text-align: left;
    font-family: 'Georgia'; 
    font-size: 14px; 
    color : #785c58;
    line-height: 1.5;
    margin-left:auto;
    margin-right:auto
}
#style-2::-webkit-scrollbar-track{
    border-radius: 0px;
    background-color: #f8f4ec;
}
#style-2::-webkit-scrollbar{
    width: 10px;
    background-color: #f8f4ec;
    border-radius:0px;
}
#style-2::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #7ea9b6;
}
/* Scroll commenti pagine*/
.scroll_mex_page{
    overflow-y: auto;
    width: 400px;
    height: 180px;
    padding:5px;
    margin-left:auto;
    margin-right:auto
}
.force-overflow_mex_page{
    height: 180px;   
    text-align: left;
    font-family: 'Georgia'; 
    font-size: 14px; 
    color : #785c58;
    line-height: 1.5;
    margin-left:auto;
    margin-right:auto
}
#style-3::-webkit-scrollbar-track{
    border-radius: 0px;
    background-color: #f8f4ec;
}
#style-3::-webkit-scrollbar{
    width: 10px;
    background-color: #f8f4ec;
    border-radius:0px;
}
#style-3::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #7ea9b6;
}
/* Scroll commenti pagine*/
.scroll_sotto_pagina{
    overflow-y: auto;
    max-height: 350px;   
    width: 520px;
    padding:5px;
    margin-left:auto;
    margin-right:auto
}
.force-overflow_sotto_pagina{
    text-align: left;
    font-family: 'Georgia'; 
    font-size: 14px; 
    color : #785c58;
    line-height: 1.5;
    margin-left:auto;
    margin-right:auto
}
#style-4::-webkit-scrollbar-track{
    border-radius: 0px;
    background-color: #f8f4ec;
}
#style-4::-webkit-scrollbar{
    width: 10px;
    background-color: #f8f4ec;
    border-radius:0px;
}
#style-4::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #7ea9b6;
}
table.mex_home{  
border: 8px solid #b3cedc;
margin-left:auto;
margin-right:auto
}
td.bordino_mex{  
border: 1px solid #7ea9b6;
}
