#forum-bg-wrapper {
    background:#fff;
}

#forum-view{
    float: left;
    width: 100%;
    padding-top: 15px;
    box-sizing: border-box;
}

.forum-reply-wrap {
    float: left;
    width: 100%;
    padding: 20px 3% 30px;
    background: #fff;
    box-sizing: border-box;
}

.title-wrapper {
    width: 100%;
    float: left;
    padding: 0 3% 10px;
    box-sizing: border-box;
    font-size: 22px;
    border-bottom: 1px solid #d3d3d3;
}

.title-wrapper h1 {
    font-size:28px;
}

.title-wrapper .pagination {
    width:auto;
    float:unset;
    margin:0;
}

.forum-reply-title {
	float: left;
    width: 100%;
    background: linear-gradient(to bottom,#727272,#444444);
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


.forum-reply {
    float: left;
    width: 100%;
    padding: 20px 3%;
    box-sizing: border-box;
}

.forum-reply input[name="title"] {
    width: 100%;
}

.forum-reply .form-control.textarea-wrap {
    width:100%;
}

.forum-reply textarea {
    height: 300px;
    padding: 15px 30px;
    line-height: 26px;
    resize: vertical;
}

#forum .forum-reply-wrap button {
    margin: 0 auto 20px;
    display: block;
    float: unset;
}

#forum .authorization {
    display:none;
    margin-top:5px;
}
#forum .authorization .label {
    padding-bottom: 10px;
    text-align:center;
}
#forum .authorization .label > strong,
#forum .authorization .label > span {
    display:block;
    width: 100%;
}
#forum .authorization .label > strong {
    font-size: 18px;
}
#forum .authorization .label > span {
    font-size:14px;
    color: #6c9c72;
}
#forum .authorization .buttons .btn {
    padding-top: 4px;
    padding-bottom: 4px;
}
#forum .authorization .buttons .btn.regular-access {
    font-size: 14px;
}


@media screen and (min-width: 600px)
{

    .forum-reply input[name="title"] {
        width: 60%;
        max-width:400px;
    }

}