.prevots-admin{

    max-width:900px;
    margin:auto;

}

.prevots-current-image{

    text-align:center;
    margin-bottom:25px;

}

.prevots-current-image img{

    max-width:100%;
    border:1px solid #ccc;

}

.prevots-admin textarea{

    width:100%;
    font-size:15px;
    padding:12px;
    font-family:Arial;

}

.prevots-success{

    background:#dff0d8;
    color:#3c763d;
    padding:15px;
    margin-bottom:20px;
    border-radius:5px;

}

.prevots-error{

    background:#f2dede;
    color:#a94442;
    padding:15px;
    margin-bottom:20px;
    border-radius:5px;

}

.prevots-outlook{

    width:100%;

}

.prevots-image{

    text-align:center;
    margin-bottom:25px;

}

.prevots-image img{

    max-width:100%;

}

.prevots-discussion{

    max-width:900px;
    margin:auto;
    font-size:17px;
    line-height:1.6;

}

.prevots-discussion {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
