.form-commento {
    display: inline-block;
    width: 400px;
    text-align: left;
    margin-top: 5px;
}
.bbcode-bar button {
    font-family: "Georgia";
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 6px;
    cursor: pointer;
}
textarea.mex{
    width: 100%;
    font-family: "Georgia";
    font-size: 14px;
    border:1px solid #af757d;
    background-color:#fcf3f6ff;
    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 #af757d;
  background-color: #fcf3f6;
  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: #fcf3f6;
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 8px #af757d, 0 0 15px #af757d;
}
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 #fcf3f6 inset,
    0 0 0 1px #af757d inset;
  box-shadow:
    0 0 0px 1000px #fcf3f6 inset,
    0 0 0 1px #af757d inset;
}
button[type=submit] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #d899a2ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
button[type=submit]:hover {
    background-color: #af757d;
}
button[type=button] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #d899a2ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
button[type=button]:hover {
    background-color: #af757d;
}
#box_gif {
    display: none;
    width: 375px;
    border: 1px solid #d899a2ff;
    background-color: #fcf3f6ff;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
input[type=button] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #d899a2ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
input[type=button]:hover {
    background-color: #af757d;
}
.commento-box {
    border-bottom: 1px solid #d899a2ff;
    text-align: left;
    padding: 5px;
    margin-bottom: 12px;
    width: 90%;
}
.commento-pagina-box {
    font-size: 0.9em;
    color: #777;
    margin-top: 8px;
}
.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 #879b59;
    background-color: #f0f8eaff;
    font-family: "Georgia";
    font-size: 14px;
    color: #6b7e3fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    width: 375px;
    margin-left:auto;
    margin-right:auto;
}
/* Scroll commenti pagine*/
.scroll_mex_page{
overflow-y: auto;
max-height: 350px;   
width: 420px;
padding:5px;
margin-left:auto;
margin-right:auto
}
.force-overflow_mex_page{
text-align: left;
font-family: 'Georgia'; 
font-size: 14px; 
color : #b26c6f;
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: #d899a2ff;
}