.form-commento-small {
    display: inline-block;
    width: 290px;
    text-align: left;
    margin-top: 5px;
}
.bbcode-bar button {
    font-family: "Verdana";
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 6px;
    cursor: pointer;
}
textarea.mex{
    width: 100%;
    font-family: "Verdana";
    font-size: 12px;
    border:1px solid #505a08;
    background-color:#f5f1e2;
    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 #879b59;
  background-color: #f8f0e6;
  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: #f7ffe3;
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 8px #879b59, 0 0 15px #879b59;
}
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 #f7ffe3 inset,
    0 0 0 1px #879b59 inset;
  box-shadow:
    0 0 0px 1000px #f7ffe3 inset,
    0 0 0 1px #879b59 inset;
 }
button[type=submit] {
    font-family: "Verdana";
    font-size: 12px;
    background-color: #879b59;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
button[type=submit]:hover {
    background-color: #6e8050;
}
button[type=button] {
    font-family: "Verdana";
    font-size: 12px;
    background-color: #97ac68ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
button[type=button]:hover {
    background-color: #889c68ff;
}
#box_gif_small {
    display: none;
    width: 265px;
    border: 1px solid #97ac68ff;
    background-color: #f5f1e2;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
input[type=button] {
    font-family: "Verdana";
    font-size: 12px;
    background-color: #97ac68ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
input[type=button]:hover {
    background-color: #889c68ff;
}
/* Commenti della pagina */
.commento-box {
    border-bottom: 1px solid #95a328ff;
    text-align: left;
    padding: 5px;
    margin-bottom: 12px;
    width: 90%;
}
.commento-pagina-box {
    font-size: 0.9em;
    color: #777;
    margin-top: 8px;
}
.errore-commento-small {
    border: 2px solid #af757d;
    background-color: #ffe6e6;
    color: #97575fff;
    padding: 10px;
    margin-bottom: 15px;
    width: 280px;
    margin-left:auto;
    margin-right:auto;
}
.ok-commento-small {
    border: 2px solid #879b59;
    background-color: #f0f8eaff;
    color: #6b7e3fff;
    padding: 10px;
    margin-bottom: 15px;
    width: 280px;
    margin-left:auto;
    margin-right:auto;
}
/* Scroll commenti pagine*/
.scroll_mex_page{
    width: 280px;
    height: 300px;
    padding:4px;
    overflow-y: scroll;
    margin-left:auto;
    margin-right:auto
}
.force-overflow_mex_page{
    height: 300px;
    text-align: left;
    font-family: 'Verdana'; 
    font-size: 12px; 
    color : #505a08;
    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: #95a328ff;
}