.myposts-wrapper {
    padding: 10px 0;
}
.myposts-vote,
.myposts-count {
    display: inline-block;
    margin-right: 8px;
}
.myposts-vote {
    padding-left: 20px;
    display: inline-block;
    background: url('../img/upvote.svg') no-repeat center left;
}
.myposts-visit-link {
    padding-right: 20px;
    display: inline-block;
    background: url('../img/visit.svg') no-repeat center right;
}
.myposts-count.empty {
    display: none;
}
.myposts-views {
    text-align: center;
    padding: 10px 0;
}
.myposts-required {
    color: red;
    display: inline-block;
}
.myposts-categories {
    margin-bottom: 20px;
}
.myposts-error {
    background: rgba(255, 0, 0, .1);
    padding: 4px 15px;
    color: #990000;
    margin-bottom: 20px;
}
.myposts-error p {
    margin: 4px 0;
}
.myposts-loading {
    float: right;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 0 5px;
    background: url(../img/loading.svg) no-repeat center;
    display: none;
}
.myposts-views a {
    display: inline-block;
    padding: 5px 10px;
    background: #EDEDED;
    margin: 0 3px;
}
.myposts-views a.active {
    font-weight: bold;
}
.myposts-form * {
    box-sizing: border-box;
}
.myposts-form label {
    display: block;
    margin: 0 0 5px 0;
}
.myposts-form input[type=radio] {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.myposts-form input[type=text],
.myposts-form input[type=url],
.myposts-form input[type=password],
.myposts-form input[type=date],
.myposts-form input[type=email],
.myposts-form select,
.myposts-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.myposts-form button {
    margin-bottom: 20px;
}
.myposts-form label.error {
    margin: -10px 0 30px 0;
    color: #990000;
}
.myposts-form label.myposts-category-error {
    margin-top: 10px;
}
