h1 {
    color: #848484;
    font-family: 'HelveticaCondensedRegular', 'Trebuchet MS', Tahoma;
    font-size: 36px;
    font-weight: normal;
    margin-left: 15px;
    text-transform: uppercase;
}

h2 {
    color: #4b893d;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0 10px;
}

h3 {
    color: #000;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 5px;
}

p {
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 10px 0;
}

#content {
    background-color: #fff;
    float: left;
    padding: 20px;
    width: 100%;
    min-height: 800px;
}

#content h1 {
    color: #4b893d;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 26px;
    font-weight: normal;
    margin: 10px 0 20px 0;
}

#content h2 {
    color: #4b893d;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px;
}

#content h3 {
    color: #000;
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 5px;
}

#content p {
    font-family: 'Trebuchet MS', Tahoma;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 10px 0;
}

#content img {
    /*
    border: 1px solid #c9c9c9;
    */
    max-width: 100%;
}

#content .socialicons img {
    border: 0px;
}

#content .img-left {
    float: left;
    /*margin: 0 10px 5px 0;*/
}

#content .img-right {
    float: right;
    margin: 0 0 5px 10px;
}

#content ul {
    margin: 10px 0 10px 10px;
    list-style: none;
    width: 100%;
	float: none;
}

#content ol {
	float: none;
}

#content ul li {
    background: url('../images/bg_box-li.png') left 6px no-repeat;
    font-family: 'Trebuchet MS', Tahoma;
    line-height: 18px;
    padding-left: 15px;
    display: block;
}

.more-information, .submit-button {
    color: white;
    background: #327623;
    border: 0;
    text-shadow: none;
}

#content .pager ul {
    padding: 0;
    margin: 0;
}

#content .pager ul li {
    background: none;
    display: inline-block;
}

.pager li>a, .pager li>span {
    background: #4e8d3f;
    color: white;
    border-color: #4e8d3f;
}

.pager li>span {
    background: white;
    color: #4e8d3f;
    border-color: #4e8d3f;
}

.pager li>a:focus, .pager li>a:hover {
    background: #4e8d3f;
    color: white;
    border-color: #4e8d3f;
}

.pager .next>a, .pager .next>span, .pager .previous>a, .pager .previous>span {
    float: none;
}

.more-information:active, .more-information:hover, .more-information:visited, .more-information:active:hover, .submit-button:hover, .submit-button:active, .submit-button:visited, .submit-button:active:hover, .submit-button:active:focus, .submit-button:focus {
    color: white;
    text-shadow: none;
    background: #4e8d3f;
}

#prices-table tr:nth-child(even) {
    background-color: #F5F5F5;
}

.news-item {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#content .news-item h2 {
    margin: 2px 0 10px;
}

#message {
    min-height: 200px;
}

#is_public {
    height: 20px;
    width: 20px;
    vertical-align: text-bottom;
    margin: 0 0 0 -24px;
}

.reply-list {
    padding: 15px 0;
}

.reply-list:nth-child(even) {
    background: rgba(0,0,0,0.02);
}

.reply-list:nth-child(odd) {

}

.multi-Opinion-item {
    background: white;
    float: left;
    width: 100%;
    padding: 20px;
}

.multi-Opinion-item img {
    border: 1px solid #c9c9c9;
}

.multi-Opinion-item h2 {
    text-align: right;
}

.multiOpinionSpec {
    text-align: right;
}

.multi-Opinion-item .mt-award {
    padding: 0 15px;
    border: 0;
    bottom: 1px;
    width: calc(100% - 2px);
    left: 1px;
}

.more-opinion {
	margin-left: 60px;
}

.reply-form {
    text-align: center;
    font-size: 26px;
    color: green;
    font-weight: bold;
}

#content .news-title {
    padding: 10px 5px;
    background: #4b893d;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#content .news-title h2 {
    color: white;
    margin: 0;
    font-size: 15px;
	line-height: 40px;
}

#content .news-title .date {
	padding-left: 30px;
}

#author-popup {
    display:inline-block;
	float: right;
}

#author-popup #author-img {

}

#author-popup #author-img img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

#author-popup #author {
    font-size: 12px;
}


#view-news a {
	text-decoration: underline;
}