#page-header {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;    
}
.headerbar {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.5rem 0.5rem;
    margin: 0;
    line-height: 1.5rem;
}

.navbar {
    padding: 0.2rem 0.5rem;
    line-height: 24px;
}
.navbar .dropdownquicklinks {
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
}
#page-footer {
    background-color: #0ba4ec;
    text-align: center;
    padding: 1rem 0;
    margin-top: 1rem;
}
#page-footer a{
    color: white;
}
.nav-footer.linklist {
    margin: 0;
}
.phpbb_alert {
    display: none;
}
.darkenwrapper {
    display: none;
}

h1, h2, h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 1.5rem 0 1rem 0;
}

ol {
    margin: 0 0 1rem 1rem;
}

.content {
    position: relative;
}
.card.single {
    margin-top: 0.5rem;
}
.forabg.card.single, .forumbg.card.single {
    margin-top: 0;
}
.card.single .divider:last-of-type {
    /*display: none;*/
}
.card.single .divider.donthide {
    display: block;
}
.member-search.panel .divider:nth-of-type(n) {
    display: block;
}

.panel .fields1 .divider:nth-of-type(n), .panel .fields2 .divider:nth-of-type(n), .panel-container .topicreview .divider:nth-of-type(n) {
    display: block;
}

.teamlist .divider:nth-of-type(n) {
    display: block;
}

.divider_topic {
    height: 3px;
    background-color: white;    
}

.topiclist.file-list .divider:nth-of-type(n) {
    /*display: block;*/
}

.topiclist, .memberlist, .teamlist, .thankslist {
    margin: 0;
}
.topiclist li.header, .memberlist li.header, .teamlist li.header, .thankslist li.header {
    background-color: #0ba4ec;
    color: #fff;
}

.memberlist li.header a, .thankslist li.header a {
    color: #fff;
}

.topiclist li.header a {
    color: #fff;
    text-transform: uppercase;    
    font-weight: normal;
}

.topiclist.forums{
    /*padding: 0 1rem 0 0;*/
}

.forums {
    background-color: #f0f0f0;
}
.forabg .topiclist li:nth-child(2n) {
    background-color: #fcfcfc;
}
.bg1 {
    background-color: #f0f0f0;
}
.bg2 {
    background-color: #fcfcfc;
}

.topiclist.topics{
    /*padding: 0 1rem;*/
    padding: 0;
}

.row-item dt {
    margin: 0;
    /*padding: 0.5rem 0 !important;*/
    padding: 0.5rem 0 0.5rem 0.5rem !important;
    font-size: 0.9rem;
    font-weight: normal;
}
.row-item dt a :not(.username) :not(.notifications_title) {
    /*font-size: 1rem;
    text-transform: uppercase;*/
}
.row-item dt a.subforum {
    font-size: 0.9rem;
    text-transform: inherit;
}
.row-item dt .list-inner {
    /*margin-left: 1rem;*/
}
.row-item dt .list-inner a.forumtitle {
    font-size: 1rem;
    color: #404040;
    font-weight: 700;
}
.row-item dt .list-inner a.forumtitle:hover{
    color: #03A9F4;
    transition: color 0.3s ease;
}

.row-item dt .list-inner a.subforum {
    font-size: 0.9rem;
}


.topiclist.forums .row-item dt .list-inner {
    margin-left: 0;
}
.topiclist.forums .row-item dt .list-inner .clear {
    margin-top: 1rem;
}
.topiclist.topics .row-item dt .list-inner {
    margin-left: 0;
}
.topiclist.topics .row-item dt .list-inner .topictitle,
.search.post .inner .postbody .topictitle {
    color: #404040;
    font-weight: 700;
}

.topiclist.topics .row-item dt .list-inner .topictitle:hover,
.search.post .inner .postbody .topictitle:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}

a.topictitle {
    color: #404040;
    font-weight: 700;
}
a.topictitle:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}

a.forumtitle {
    font-size: 1rem;
    color: #404040;
    font-weight: 700;
}
a.forumtitle:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}

.row-item dd {
    margin: 0;
    padding: 0.5rem 0 !important;
    font-size: 0.9rem;
}

.row-item dd.lastpost.col.s12,
.row-item dd.lastpost.col.s10  {
    margin-left: 0.5rem;
}

.search.post .inner .postbody {
    padding: 0.75rem;
    font-size: 0.9rem;
}

.headerbar .inner {
    font-size: 1rem;
}
.headerbar .inner li {
    font-size: 1rem;
}

.post h3.card-title {
    margin: 0;
    padding: 0.5rem 0 0 0.5rem;
    font-size: 1.2rem;
}

.avatar-circle img {
    object-fit: cover;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}


.post-buttons {
    margin: 0;
    right: 0.5rem;
    z-index: 1;
    height: 30px;
}
.post-buttons li {
    display: inline-block;
    margin-right: 0.5rem;
}
.post-buttons li a.btn-floating, .post-buttons a.btn-floating {
    width: 1.9rem;
    height: 1.9rem;
    background-size: 20px 20px;
    background-color: #efefef;
    background-position: center center;
    background-repeat: no-repeat;
}
.post-buttons li a.btn-floating:hover, .post-buttons a.btn-floating:hover {
    background-color: #0ba4ec;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.btn-floating.menu {
    background-image: url('./images/menu-grey.svg');
}
.btn-floating.menu:hover {
    background-image: url('./images/menu-white.svg');
}
.btn-floating.edit {
    background-image: url('./images/edit-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.edit:hover {
    background-image: url('./images/edit-white.svg');
    background-size: 20px 20px;
}
.btn-floating.delete {
    background-image: url('./images/delete-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.delete:hover {
    background-image: url('./images/delete-white.svg');
    background-size: 20px 20px;
}
.btn-floating.priority_high {
    background-image: url('./images/priority_high-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.priority_high:hover {
    background-image: url('./images/priority_high-white.svg');
    background-size: 20px 20px;
}
.btn-floating.warning {
    background-image: url('./images/warning-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.warning:hover {
    background-image: url('./images/warning-white.svg');
    background-size: 20px 20px;
}
.btn-floating.info {
    background-image: url('./images/info-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.info:hover {
    background-image: url('./images/info-white.svg');
    background-size: 20px 20px;
}
.btn-floating.format_quote {
    background-image: url('./images/format_quote-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.format_quote:hover {
    background-image: url('./images/format_quote-white.svg');
    background-size: 20px 20px;
}
.btn-floating.thumb_up {
    background-image: url('./images/thumb_up-grey.svg');
    background-size: 20px 20px;
}
.btn-floating.thumb_up:hover {
    background-image: url('./images/thumb_up-white.svg');
    background-size: 20px 20px;
}

.fixed-action-btn.direction-left ul li {
    margin: 0 0.5rem 0 0;
}
.fixed-action-btn.direction-left ul {
    right: 2.5rem;
}
.dropdowntopictools.btn, 
.dropdowngoto.btn, 
.dropdownquickmod.btn, 
.dropdownpagination.btn {
    background-color: #efefef;
    color: #4f4f4f;   
}
.dropdowntopictools.btn i, 
.dropdowngoto.btn i, 
.dropdownquickmod.btn i, 
.dropdownpagination.btn i {
    font-size: 1.2rem; 
}

.answer-btn {
    margin: 0.5rem 0;
}
.dropdowntopictools.btn {
    margin: 0.5rem 0 0.5rem 0.5rem;
}
.dropdownquickmod.btn {
    margin: 0.5rem 0;
}

#dropdownnotifications {
    max-width: 400px;
}

.editor-btn i {
    font-size: 1.5rem;
}

.author {
    margin: 0.5rem 0 1rem;
    font-size: 0.9rem;
}

.postprofile {
    font-size: 0.9rem;
    margin: 0.5rem 0;
}
.postprofile dd {
    /*margin: 0;*/
}
.profile {
    font-size: 0.8rem;
}
.dropdown-content.dropdownprofile-content {
    padding: 0.5rem;
    font-size: 1rem;
}
.dropdownprofile-content.dropdown-content li > a {
    display: contents;
}
.dropdown-content.dropdownprofile-content dd {
    line-height: 1.5rem;
}

.pagination {
    /*
    margin: 0.5rem 0 1rem;
    line-height: 2rem;
    */
}
.pagination.inside {
    margin: 0.5rem 0.5rem 0 0;
    float: right;
}
.pagination li {
    font-size: 1rem;
    min-width: 28px;
}
.pagination ul li {
    background-color: #efefef;
}
.pagination ul {
    float: right;
    margin: 0 0 0 1rem;
}
.pagination li span {
    display: block;
    padding: 0 .3rem;
    width: inherit;
    line-height: 30px;
}
.pagination li a {
    padding: 0 0.3rem;
    min-width: 2rem;
    font-size: 1rem;
}
.pagination li a:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}
.pagination li i {
    font-size: 1.6rem;
    line-height: 30px;    
}

.row-item dt .list-inner .pagination {
    margin-top: 0.5rem;
}
.row-item dt .list-inner .pagination ul li {
    background-color: #c4c4c4;
}
.row-item dt .list-inner .pagination li a {
    line-height: 20px;
    font-size: 1rem;
}

.list-inner .pagination ul {
    float: right;
    /*margin: 0;*/
    margin: 0 0.5rem 0 0;
}
.list-inner .pagination li a {
    padding: 0 0.2rem;
    font-size: 1.1rem;
}
.list-inner .pagination ul li {
    height: 28px;
    vertical-align: baseline;
}

.pagination.inside ul li {
    background-color: #c4c4c4;
}

.pagination.navigate_before {
    background-image: url('./images/navigate_before-grey.svg');
    background-size: 24px 24px;
    background-position: center center;
    display: inline;
    padding: 0.5rem 1rem;
}
.pagination.navigate_before:hover {
    background-image: url('./images/navigate_before-blue.svg');
    background-size: 24px 24px;
    background-position: center center;
    display: inline;
    padding: 0.5rem 1rem;
    transition: background-image 0.3s ease;
}
.pagination.navigate_next {
    background-image: url('./images/navigate_next-grey.svg');
    background-size: 24px 24px;
    background-position: center center;
    display: inline;
    padding: 0.5rem 1rem;
}
.pagination.navigate_next:hover {
    background-image: url('./images/navigate_next-blue.svg');
    background-size: 24px 24px;
    background-position: center center;
    display: inline;
    padding: 0.5rem 1rem;
    transition: background-image 0.3s ease;
}

#page-body > div.forumbg.card.single > div > ul.topiclist.topics > li:nth-child(2) > dl > dt > div > ul > li:nth-child(6)

a.dropdownquicklinks {
    display: flex;    
}

a.dropdownquicklinks, a.dropdowngoto {
    color: #949494;
}
a.dropdownquicklinks:hover, a.dropdowngoto:hover, a.dropdownquickmod:hover, a.dropdowntopictools:hover {
    color: #5a5a5a;
    transition: color 0.3s ease;
}

.navbar .valign-wrapper a.dropdownquicklinks.left {
    line-height: 1rem;
}

.dropdown-content li {
    min-height: 0;
}
.dropdown-content li a {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.7rem 0.5rem;
}
.dropdown-content li .spacer {
    width: 1rem;
    height: 1rem;
    float: left;
}
.dropdown-content li a.jumpbox-cat-link {
    background-color: #0ba4ec;
    color: #fff;
}
.dropdown-content li.divider {
    margin: 0;
}

.dropdownpagination.btn {
    height: 30px;
}
.dropdown-content li {
    background-color: #fff !important;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    color: #404040;
}
.breadcrumb {
    color: #404040;
    font-size: 1rem;
    line-height: 24px;
    display: inline;
}
.breadcrumbs a {
    color: #404040;
}
.breadcrumb:last-child {
    color: #404040;
}
.breadcrumb:first-child:before {
    content: none;
}
.breadcrumb:before {
    content: ' ';
	background-image: url('./images/keyboard_arrow_right-lightblack.svg');
    background-size: 18px 18px;
    background-position: center center;
    font-size: 1rem;
    margin: 0 1px 0 0;
    width: 12px;
    height: 24px;
    float: none;
}

.online-list {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}
.online-list .title a{
    text-transform: uppercase;
    font-size: 1rem;
}

img {
    height: auto;
    max-width: 100%;
    max-height: 30rem;
}

.signature {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 1rem;
}
.signature img {
    max-height: 5rem;
}
.signature .divider {
    margin: 0 0 0.5rem 0;
}
.card.single .post .inner .postbody .signature .divider:nth-of-type(n)  {
    display: block;
    margin: 0 0 0.5rem 0;
}
div[id^="list_thanks"] .notice .divider:nth-of-type(n) {
    display: block;
}

.topic_read::before, 
.topic_read_mine::before {
    content: ' ';
    background-image: url('./images/format_align_left-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.topic_unread::before, 
.topic_unread_mine::before {
    content: ' ';
    background-image: url('./images/format_align_left-red.svg');
    background-size: 28px 28px;
    opacity: 0.8;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}

.forum_read::before, 
.forum_read_subforum::before {
    content: ' ';
    background-image: url('./images/format_align_left-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.forum_unread::before, 
.forum_unread_subforum::before {
    content: ' ';
    background-image: url('./images/format_align_left-red.svg');
    background-size: 28px 28px;
    opacity: 0.8;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}

.topic_read_hot::before, 
.topic_read_hot_mine::before {
    content: ' ';
    background-image: url('./images/whatshot-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.topic_unread_hot::before, 
.topic_unread_hot_mine::before{
    content: ' ';
    background-image: url('./images/whatshot-red.svg');
    background-size: 28px 28px;
    opacity: 0.8;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.topic_read_locked::before, 
.topic_read_locked_mine::before {
    content: ' ';
    background-image: url('./images/lock-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}

.sticky_read::before, 
.sticky_read_locked::before, 
.sticky_read_mine::before {
    content: ' ';
    background-image: url('./images/label_important-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.sticky_unread::before, 
.sticky_unread_locked::before, 
.sticky_unread_mine::before {
    content: ' ';
    background-image: url('./images/label_important-red.svg');
    background-size: 28px 28px;
    opacity: 0.8;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}

.announce_read::before {
    content: ' ';
    background-image: url('./images/announcement-grey.svg');
    background-size: 28px 28px;
    opacity: 0.9;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}
.announce_unread::before {
    content: ' ';
    background-image: url('./images/announcement-red.svg');
    background-size: 28px 28px;
    opacity: 0.8;
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 1rem 0 0;
}

.pm_read::before {
    content: ' ';
    background-image: url('./images/format_align_left-grey.svg');
    background-size: 24px 24px;
    opacity: 0.9;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 1rem 0 0;
}
.pm_unread::before {
    content: ' ';
    background-image: url('./images/format_align_left-red.svg');
    background-size: 24px 24px;
    opacity: 0.8;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 1rem 0 0;
}

.def-rules {
    margin: 0;
    padding: 0;    
}

blockquote {
    padding: 0.3rem 0 0.3rem 0.5rem;
    margin: 0.5rem 0;
    border-left: 3px solid #03A9F4;  
    font-size: 0.95rem;
    max-height: 8rem;
    overflow-y: hidden;
    position: relative;
}
blockquote:nth-child(n) div blockquote {
    max-height: unset;
    overflow-y: initial;
}
blockquote::-webkit-scrollbar {
    width: 5px;
}
blockquote::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
blockquote::-webkit-scrollbar-thumb {
    background: #888; 
}
blockquote::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.bg1 .postbody div.content blockquote {
    background-color: #fcfcfc;
}
.bg2 .postbody div.content blockquote {
    background-color: #f0f0f0;
}

blockquote.expanded {
    max-height: initial;
}

blockquote div cite:after {
    content: "\A";
    white-space: pre;
}

.expand_quote_div {
    position: absolute;
    width: 100%;
    margin-top: -37px;
    text-align: right;
}
.expand_quote_btn {
    margin: 0 0.5rem;
    font-size: 2rem;
    cursor: pointer;
}

.time, .mark-read {
    font-size: 0.9rem;
}

.notice {
    font-size: 0.9rem;
}
.notice .divider {
    margin: 1rem 0 0.5rem;
}
.notice dl {
    margin: 0;
}
.notice dt {
    font-weight: inherit;
}
.notice dd {
    margin-bottom: 0;
}
.notice .post-buttons li i {
    color: #6b6b6b;
}
.notice .post-buttons li a:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}

fieldset .inputbox.search {
    width: calc(100% - 80px);
    margin: -5px 0 0 0;
}

.headerbar .inner li {
    list-style: none;
    margin-right: 0.5rem;
}

.hidden {
    display: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
fieldset .btn-flat {
    padding: 0 0.3rem;
}

span.badge {
    margin: -1rem 0 0 0.5rem;
    padding: 0;
    min-width: 0;
}

.action-bar .dropdowntopictools.btn,
.action-bar .search-box.m4 {
    margin: 0.5rem;
}
.action-bar .btn {
    margin: 0.5rem 0;
}

.search-box {
    margin-bottom: 0.5rem;
}

.stat-block .row .divider:nth-of-type(n) {
    display: block;
    margin: 1rem 0;
}
.stat-block .title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.stat-block .title a {
    font-weight: normal;
}

.dropdownprofile .username {
    font-weight: bold;
}

.attachbox {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 0.3rem;
    font-size: 0.9rem;   
}
.attachbox dd {
    margin: 0 0.5rem;
}
.attachbox dd dl {
    margin: 0.5rem 0;
}
.attachbox dd dl dt i.left{
    margin-right: 0.5rem;
}
.attachbox dd dl dd {
    margin: 0;
}
.attachbox .divider:nth-of-type(n) {
    display: block;
}

.sort-button {
    margin-top: 15px;
    background-color: #efefef;
    color: #4f4f4f;     
}
.sort-button:hover {
    color: #5a5a5a;
    background-color: #efefef;
    transition: color 0.3s ease;  
}

.tabs .tab a {
    padding: 0 0.5rem;
}

.ucp-title, .review, .login-title, .sitename-title, .captcha-title, .quickreply-title, .titlespace, .message-title {
    margin: 1rem 0 0.5rem 0.5rem;
}
.faq-title {
    margin: 1rem 0 0.5rem 0;
}

.panel.bg3 {
    /*font-size: 0.9rem;*/
}

.cp-menu .navigation ul {
    margin: 1rem 0 1rem 0;
}

.cp-menu .navigation ul li.active a {
    color: #fff;
}
.cp-menu .navigation ul li.active {
    background-color: #03A9F4;
}


.cp-main .panel h4 {
    margin-bottom: 0.2rem;
}

.cp-main .panel .divider:nth-of-type(n){
    display: block;
}

.topiclist.cplist {
    padding: 0 0 1rem 0;
}

.topiclist.cplist .row-item dt .list-inner .hide-on-med-and-up {
    margin-top: 1rem;
}

.notifications {
    margin-left: 3.5rem;
}
.row-item dt a .notifications_title strong {
    text-transform: none;
}
.notifications_title strong {
    font-weight: unset;
}
.topiclist.cplist .row-item dt .list-inner .notifications .notifications_title {
    color: #404040;
}
.topiclist.cplist .row-item dt .list-inner .notifications .notifications_title:hover {
    color: #03A9F4;
    transition: color 0.3s ease;
}

dt {
    font-weight: normal;
}
dd {
    /*margin: 0 1.5em 0.5em;*/
    margin: 0;
}

.color_palette_placeholder {
    margin: 0;
}

.notification_list .dropdown-contents {
    padding: 0.5rem;
}
.notification_list .notification_title {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
}
.notification_list .footer {
    padding: 0.5rem 0 0 0;    
}
.notification_text {
    margin: 0 0 0 3.5rem;
}

.notification-time, 
.notification-title {
    margin: 0;
}
.notification-reference {
    margin: 0.5rem 0 0 0;
}
.notification-title strong {
    font-weight: unset;
}

.pmlist li {
    position: relative;
}

.pm_marked_colour::before {
    content: "";
    background-color: #FF3500;
    width: 0.3rem;
    height: 0.9rem;
    display: inline-block;
}
.pmlist li.pm_marked_colour::before {
    content: "";
    background-color: #FF3500;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
}

.pm_replied_colour::before {
    content: "";
    background-color: #A9B8C2;
    width: 0.3rem;
    height: 0.9rem;
    display: inline-block;
}
.pmlist li.pm_replied_colour::before {
    content: "";
    background-color: #A9B8C2;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto; 
}

.pm_friend_colour::before {
    content: "";
    background-color: #5D8FBD;
    width: 0.3rem;
    height: 0.9rem;
    display: inline-block;  
}
.pmlist li.pm_friend_colour::before {
    content: "";
    background-color: #5D8FBD;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0; 
    height: auto;   
}

.pm_foe_colour::before {
    content: "";
    background-color: #000000;
    width: 0.3rem;
    height: 0.9rem;
    display: inline-block;
}
.pmlist li.pm_foe_colour::before {
    content: "";
    background-color: #000000;
    width: 0.3rem;
    position: absolute;
    top: 0;
    bottom: 0;  
    height: auto;   
}

.pollbar1, .pollbar2, .pollbar3, .pollbar4, .pollbar5 {
    background-color: #03A9F4;
    color: #fff;
    padding-right: 0.5rem;
}

.polls {
    border: 1px solid #e0e0e0;
    border-radius: 2px;  
    margin-bottom: 1rem; 
    padding: 0.5rem 0;
    font-size: 0.9rem;  
}

.poll_option {
    font-size: 0.9rem;
    color: #9e9e9e;    
}

.poll-title {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0.5rem 0 0 0.5rem;   
}

.polls .author {
    margin: 0.5rem 0 1rem 0.5rem;
    font-size: 0.9rem;    
}

.fields1 {
    /*margin: 0 0.75rem;*/
}

.topicreview {
    font-size: 0.9rem;
    height: 300px;
    overflow-y: auto;
}
.topicreview .post.bg1, .topicreview .post.bg2 {
    /*margin: 0.5rem;*/
}

.review .right {
    margin-right: 0.5rem;
}

.login-box {
    margin: 2rem auto;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    float: none !important;
    padding: 1rem 0.5rem 0.5rem 0.5rem !important;
}
.error {
    font-size: 1rem;
    color: red;
    margin: 0 0.5rem;
}

.content .terms {
    font-size: 0.9rem;
}
.content .terms ol {
    margin: 0;
    padding: 0.5rem 1rem;
}
.content .terms h3 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin: 1rem 0 0.5rem 0;
}

.captcha-box {
    margin: 1rem auto;
    float: none !important;
    padding: 1rem 0.5rem 0.5rem 0.5rem !important;    
}

.quickreply-box {
    margin: .5rem 0 1rem 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;      
}

.attach-filesize {
    text-align: left !important;
}
.file-progress {
    width: 100% !important;
}

#preview.post.pm  {
    margin: 2rem auto;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    float: none !important;  
}

#topicreview > div:last-of-type {
    /*display: none;*/
}

.resultbar {
    margin-bottom: 0.2rem;
}

.divider.donthide {
    display:block !important;
}
.divider.tags {
    display:block !important;
    margin: 1rem 0 0.5rem;
}

.rh_topictags_tagcloud {
    max-width:50rem;
    margin:0 auto;
}
.rh_topictags_1 {
    font-size: 0.9rem;
    margin: 0.5rem;
}
.rh_topictags_2 {
    font-size: 1.1rem;
    margin: 0.5rem;
}
.rh_topictags_3 {
    font-size: 1.3rem;
    margin: 0.5rem;
}
.rh_topictags_4 {
    font-size: 1.5rem;
    margin: 0.5rem;
}
.rh_topictags_5 {
    font-size: 1.7rem;
    margin: 0.5rem;
}
.rh_topictags_6 {
    font-size: 1.9rem;
    margin: 0.5rem;
}
.rh_topictags_7 {
    font-size: 2.1rem;
    margin: 0.5rem;
}
.rh_topictags_8 {
    font-size: 2.3rem;
    margin: 0.5rem;
}
.rh_topictags_9 {
    font-size: 2.5rem;
    margin: 0.5rem;
}
.rh_topictags_10 {
    font-size: 2.7rem;
    margin: 0.5rem;
}

.postbody .content {
    margin-top: 0.75rem;
}

#pmheader-postingbox > div > fieldset > div:nth-child(3) > dl > dd > ul > li > button > i {
    margin: 0;
}

.emoji.smilies {
    height: 1.5rem;
}

.postbody .content ul, ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

.postbody .content ul:not(.browser-default) > li {
    list-style-type: disc;
}

@media only screen and (min-width: 601px) {
    /*
    .dropdownprofile-content {
        display: block;
        opacity: 1;
        box-shadow: unset;
        position: relative;
        z-index: 1;
    }
    */

    .row-item dt {
        padding: 0.5rem 0 0.5rem 0.5rem !important;
    }    

    .row-item dd.lastpost.col.s12  {
        margin-left: auto;
    }  
    
    .row-item dd.attach-name, .row-item dd.attach-filesize {
        margin-top: 1rem;
    }

    .search-box {
        margin-bottom: 0;
    }

    .pagination.inside {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .date_post {
        font-size: 0.8rem;
    }
    .date_post i {
        font-size: 1.2rem;
    } 
    .post {
        font-size: 14px;
    }

    .signature {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-top: 1rem;
    }

    .headerbar .inner {
        font-size: 0.9rem;
    }
    .headerbar .inner li {
        font-size: 0.9rem;
    }

    .profile {
        font-size: 0.8rem;
        line-height: 1rem;
    }   
    
    .post img {
        max-width: 500px;
        max-height: 500px;
    }

    .dropdown-content.dropdownprofile-content {
        display: none;
    }

    .username, .username-coloured {
        font-size: 1rem;
    }  
    
    .profile-posts {
        margin-top: 0.5rem;
    }

    .card.single {
        margin-top: 0;
    }
    .forumbg.card.single {
        margin-top: 0.5rem;
    }

    .cp-menu {
        font-size: 0.9rem;
    }

    #preview.post.pm {
        font-size: 1rem;
        line-height: 1.4rem;
    }  
    
    .dropdown-content li > a, .dropdown-content li > span {
        padding: 0.4rem 0.5rem;
    }

}

/*mention*/
.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    overflow: auto;
    display: block;
    z-index: 999999; 
  }
  
  .tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #f1f1f1; 
  }
  
  .tribute-container li {
    padding: 5px 5px;
    cursor: pointer; 
  }
  
  .tribute-container li.highlight {
    background: #e0e0e0; 
  }
      
  .tribute-container li span {
    font-weight: bold; 
  }
      
  .tribute-container li.no-match {
    cursor: default; 
  }
    
  .tribute-container .menu-highlighted {
    font-weight: bold; 
  }
  
  /*thanks for post*/
  /* proSilver Content Styles for MOD Thanks
---------------------------------------- */

dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
	width: 45%;
}

dd.lastpostthanks {
	width: auto;
	font-size: 1.1em;
}
dd.lastpostthanks span {
	display: block;
	padding-left: 5px;
}
/* List in forum description */
dl.thanks dt ol,
dl.thanks dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.thanks dt li {
	display: list-item;
	list-style-type: inherit;
}
li.header dl.thanks {
	min-height: 0;
}

li.header dl.thanks dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
dl.thanks {
	min-height: 35px;
	background-position: 10px 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.thanks dt {
	padding-left: 45px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 5px 95%;		/* Position of topic icon */
}


/* Profile & navigation icons */
.thanks-icon:before
{
  content: '\f087';
  font-size: 14px;
}

.removethanks-icon:before
{
  content: '\f088';
  font-size: 14px;
}

.thanks_reput_image_back
{
	background:  url(../../../images/rating/reput_star_back.gif);
	background-repeat: repeat-x;
}
.thanks_reput_image
{
	background:  url(../../../images/rating/reput_star_gold.gif);
	background-repeat: repeat-x;
}

