
@media (max-width: 767px){
body{
    /* width: auto; */
    /* min-width: 100%; */
}
table{
   /*width:auto;*/
}
.header_topbar{
    height: auto!important;
    padding: 0px !important;
    display: inline-block;
    width: 100%;
    position: initial;
}
.header-logo{
    position: inherit;
    width: 100%;
    margin-top: 85px;
}
#topmenu {
    height: 100%;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
div#wrapper{
    min-width: auto;
    max-width: 700px;
    width: 100% !important;
}
#content_section {
padding-left: 0;
padding-right: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#main_content_section{
    padding-left: 0;
    padding-right: 0;
}
.topbar_floatright_holder .floatright div {
    margin: 0 !important;
}
#forumposts .windowbg, #forumposts .windowbg2{
    display: flex;
}
.post_wrapper, .windowbg2  #forumposts span.botslice{
    display:inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    /* width: 100%; */
}
.poster {
    width: auto;
}

.postarea, .moderatorbar {
    margin: auto;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
#forumposts span.botslice,
#forumposts span.topslice{
    display: none;
}
.table_grid thead {display: none;}
.table_grid tr{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 5px;border-bottom: #c48559 solid 8px;}
.table_grid td{margin: 0 -1px -1px 0;padding-top: 35px;position: relative;width: 100%;border-right: none !important;}
.table_grid td span {
display: block;
width:100%;
}
td.icon1, td.icon2
{display: flex;flex-direction: column;flex-wrap: nowrap;width: auto;border-bottom: none !important;}
.table_grid small 
{display: flex;flex-wrap: nowrap;flex-direction: row;width: 55px;}
.table_grid td span a {
    font-size: 16px;
}
.table_grid small a{
border: 1px solid #dbd5c5;
font-size: 15px;
padding: 1px 6px;
border-radius: 4px;
margin-left: 2px;
background-color: #dec093;
}
.postarea .post img {
    width: 100%;
    height: auto;
}
img.smiley {
    width: 20px !important;
}
.modblock_left {
    width: 100%;
}
#profileview {display: flex;flex-direction: column;width: 100%;}
#basicinfo {
    width: 100%;
    justify-content: center;
}

#detailedinfo {
    width: 100%;
}

#profile_comments {
    width: 100%;
}

#profileview .windowbg {
    width: 100%;
}
.dropmenu li ul
{
	position: initial;
	width: 90%;
	border-radius: 0px;
	display: block;
}
.dropmenu li ul ul
{
	margin: 0px 20px;
}
.dropmenu li a.active, .dropmenu li a.firstlevel {
    background: #bd7e53;
    color: #fff;
}
#recent.flow_hidden,
#topmenu li ul {
    display: none;
}
#messageindex .table_grid td.moderation{
display: none;
}
.table_grid td.subject span a {
    font-size: 15pt;
    display: block;
    width: 100%;
    background-color: #dec093;
    padding: 6px 0;
}
.post .inner {
    word-break: break-all;
}
.keyinfo .smalltext {
    white-space: nowrap;
}
.pagesection .pagelinks {
    padding: 0;
}
}

