#prbTop{
    position: relative;
    top: 20px;
    padding: 10px;
}

#problem_snapshot {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}
#psnap_content {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: none;
}
#psnap_toggleDetail {
    color: #000 !important;
    font-weight: bold;
    text-decoration: underline !important;
}

.prbview_contentOptionBtn {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    background-image: url("/Assets/Images/Icons/fontawesome/solid/bars.svg");
}
.prbview_contentOptionList {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 200px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    display: none;
    z-index: 10;
}

.prbview_userImg {
    width: 20px;
    height: 20px;
    vertical-align: -4px;
}
.prbview_poster_communityEditor {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px;
    background-image: url("../../../../Assets/Images/logo.png");
    width: 100px;
    height: 20px;
}
.prbview_userName {
}
.prbsol_postInfo {
    display: inline-block;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
}
.prbview_contentPostTime {
    color: #666;
    font-size: 0.7em;
}
.prbview_contentUpdateTime {
    font-size: 0.7em;
    color: #666;
}

/* -- Problem and Solutions content styles --*/
#prbview_content table, .prbsol_content table {
    width: 100% !important;
    border-collapse: collapse;
}
#prbview_content table td, .prbsol_content table td {
    padding: 10px !important;
    border: 1px solid #ccc;
}
#prbview_content table td[colspan], .prbsol_content table td[colspan] {
    text-align: center;
    font-weight: bold;
    background-color: #f3f3f3;
}
#prbview_content table th, .prbsol_content table th {
    background-color: #bbede2;
    padding: 20px 10px !important;
    border: 1px solid #ccc;
}
#prbview_content pre, .prbsol_content pre {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif !important;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
}
#prbview_content pre code, .prbsol_content pre code {
    padding: 10px;
}

#prbview_content .mathNotation, .prbsol_content .mathNotation {
    display: inline-block;
    padding: 10px;
    margin-top: 5px;
    font-size: 1em !important;
    font-family: 'Courier New', Monospace;
}

@media only screen and (max-width: 601px) {
    .prbview_userName .lastname {
        display: none;
    }
}