@media only screen and (max-width:800px) {
	.menurmv {
		display:none;
	}
}

@media only screen and (max-width:1000px) and (min-width:745px) {
	
.sidebar {
    display: block;
    width: 100% !important;
}

.forums {
    width:100% !important;
}

.wrapper {
    width: 95%;
    min-width: 100px;
}

#ddcmenu_popup {
    margin-left: 20px ;
}


}

@media only screen and (min-width: 745px) {
.dhide {
		display:none !important;
	}
}

@media only screen and (max-width: 744px) {

#regulations ol {
    word-wrap: break-word;
	padding: 10px !important; 
}

.sidebar {
}

#private td {
	display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
	
#editpost td {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.smart-rows > select {
	width:100%;
}

.smart-rows >  select > option {
	white-space:pre-wrap;
}
	
.smart-rows {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.scroll-menu {
	max-height:250px;
	overflow-y:scroll;
}

.scroll-menu::-webkit-scrollbar {
	width: 10px !important;
    background: rgba(239, 239, 239, 0.8) !important
}

.scroll-menu::-webkit-scrollbar-thumb {
    background: rgba(222, 222, 222, 0.8) !important
}
	
#content {
 /* Old browsers */
  /* FF3.6-15 */
 /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
 padding: 20px 0 !important;
}

.wrapper {
    width: 95% !important;
    min-width: 100px;
}

#logo .wrapper {
    text-align: center;
}

.sidebar {
    display: block;
    width: 100% !important;
}

.forums {
    width: 100% !important;
}

.lastpost_date {
	display:none;
}


#footer .uppermid {
    border-image: linear-gradient(to right, transparent, gray, transparent) 1 0%;
}

.footer-left {
    display: none;
}
	

#footer .float_right {
    width: 100%;
    text-align: center;
}

#footer .footer-menu {
    float: inherit;
    display: inline-block;
    margin: 0 50px;
    text-align: left;
}

.float_left.rmv {
	width: 80% !important;
	float: none;
}

.float_left.tac {
	text-align:center;
}

span#smedia {
    display: none;
}

.forumdisplay_announcement,
.forums table td:nth-child(3),
.forums table td:nth-child(4),
.ucp-threads table td.trow1:nth-child(4),
.ucp-threads table td.trow2:nth-child(4),
.ucp-threads table td.trow1:nth-child(5),
.ucp-threads table td.trow2:nth-child(5),
.ucp-threads table td.tcat:nth-child(2),
.ucp-threads table td.tcat:nth-child(3),
.dnone{
    display: none !important;
}

.mposts {
    border-radius: 10%;
    padding: 4px;
    font-size: smaller;
}

.subforums {
	display: list-item; 
	margin-top: 10px; 
	padding: 4px; 
	list-style-type: none;
	font-weight: bold;
	border: 1px dashed #000;
}

#panel .lower ul.panel_links {
    float: left;
    width: 100%;
    text-align: center;
}

#panel .lower ul.panel_links li:first-child a {
    padding: 0px;
}

#ddcmenu_popup {
    margin-left: 20px ;
}

.ucp-menu{
    padding: 10px 0px;
    text-align: center;
	width: 95%;
}

.ucp-menu i{
    /* display: inline; */
    font-size: 13px !important;
}

.post.classic {
    float: none;
    padding: 0px;
}

.post.classic .post_author {
    float: none;
    border-right: none;
    border-bottom: 1px solid #eee;
    width: 100% !important;
    display: table;
    padding: 0px;
    margin: 0px 0px 7px 0px;
}

.post.classic .post_author div.author_information, .post.classic .post_author div.author_avatar,.post.classic .post_author div.author_statistics {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.post.classic .post_author div.author_avatar img {
    width: 70px !important;
    height: auto !important;
    border: none;
}

.post.classic .post_author div.author_avatar {
    margin-top: -5px;
}

.post_content {
    width: 97% !important;
    margin: auto;
}

.author_information {
    margin-top: 15px !important;
}

.author_information img{
	width:80px;
	margin-left:5px;
}


.lftbx {
	width:150px;
    display: block;
}
	
}

@media only screen and (max-width: 420px) {
	
.modal {
	width:auto;
}

#goog-wm-qt {
	width:100%;
}
	
.textbox {
	width: 100%; 
    box-sizing: border-box;
}

.wb_member_pm {
		display:none;
}

#shoutbox .entry > div {
	padding: 4px;
}
	
#shoutbox .entry  {
    display: block !important;
}	

#shoutbox .text  {
    display: block !important;
    box-sizing: border-box;
}
	
#shoutbox .date {
    display:none;
}
#shoutbox .user {
	text-align:center;
}
#logo {
    padding: 1.5em 0px 1.725em 0px !important;
}

.rpad {
	padding:4px;
}

.fileupload {
	width:100%;
}
	
.theme-selector {
    width:100%;
}
	
select {
    width: 100%;
	margin-bottom:5px;
}	
}

