@import url("../../prosilver/theme/stylesheet.css");
/* @import url("custom.css"); */

.wrap {
	border: 1px solid transparent;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 100%;
    width: auto;
	padding: 3px;
}
.footer-row {
	display: none;
}
html {
    text-rendering: geometricprecision;
    text-shadow: revert-layer;
}
.postbody .content {
    font-size: 13px;
    line-height: 15px;
}
.post:target .content {
    color: #101010;
}
html, body {
    color: #826492;
    background-color: #F6E7EA;
}
.bg1, .bg2 {
    background-color: #fff;
    border-bottom: 1px solid #E1EBF2;
}
.postbody .content {
    border-top: 1px solid #E1EBF2;
    padding-top: 10px;
    margin-top: 5px;
}
.postbody h3 {
    display: none;
}
.postbody h3.first {
    display: none;
}
.postprofile a, .postprofile dt.author a {
    font-size: 14px !important;
}
.navbar {
    background-color: #BAECDC;
    padding: 2px 9px;
}
body {
    font-size: 9px;
    padding: 5px 1px;
}
a {
    background-color: inherit;
}
p.author {
  font-size: 14px;
}
@media (max-width: 700px) {
p.author {
    margin-bottom: 1px;
    font-size: 12px;
    margin-top: -21px;
    line-height: 1.1em;}
.postbody {
    padding-top: 1px;}
.postprofile dd.profile-rank, .search .postprofile dd {
    padding-top: 3px;
}
}
ul.topiclist li.row dl {
    margin: 3px 0;
}
dl.row-item dt {
    background-position: 6px 97%;
    background-size: 16px;
}
ul.topiclist dt {
    font-size: 1.2em;
}
.content {
   color: #333334;
}
@media (min-width: 701px) {
    .postbody{
        width: auto;
    }
	.postprofile{
		display: none;
	}
}