/* --additional-- */
/*.menuarrow {
    display: table-cell !important;
    border-left: #fff solid 1px;
    padding-left: 30px !important;
    border-radius: 0 20px 20px 0 !important;
    background-color: #fff;
}
.menutext {
    display: table-cell !important;
    text-align: left;
    width: 100%;
}
.left-bar a {
padding-right: 5px;
border-radius: 20px 0 0 20px;
}*/
.info-error {
    color: white;
    text-align: center;
    background-color: #f00;
    padding: 10px;
}
.info-success {
    color: white;
    text-align: center;
    background-color: green;
    padding: 10px;
}