/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/

body {
    background-color: #e9e9e9;
    color: #000;
}

.comment-text, .reply-text {
    color: #000;
}

.post .post-description p {
    color: #000;
}

.view-more-replies {
    color: #222;
}


.btn_create_big.myproduct {
    height: 250px;
}



@media (max-width: 480px) {
    .user-status-home ul.status-list li {
        width: 120px;
    }

    .user-status-home ul.status-list li a {
        font-size: 11px;
    }
}

body:not(.pub-focus) .publisher-box textarea.postText {
    height: 55px !important;
}

.required-field {
    border: 1px solid red!important;
}

.required-field-star {
    border: none!important;
    color: red!important;
}

.success-field {
    border: 1px solid green!important;
}