/*
*/


.shareBtnList{
display: none;
}
.usrSymbl{
display: none;
}
.usrNm{
display: none;
}
.attInf{
display: none;
}
.cmntMore{
display: none;
}
#mdMdl{
display: none;
}
.mdSort{
display: none;
}

.usrQstn{
    background: #fff;
    margin: 15px 0px;
    border: #ddd 1px solid;
    padding: 10px;
}

.ttl h1{
    font-size: 2em;
    padding:0 5px 0 5px;
}

.header_menu{
    margin-bottom:20px;
}

.mdCmnt{
    list-style: none;
}


@media screen and (min-width: 1066px){
#main {
    /* width: 1200px; */
    margin: 0 auto;
}
}
@media screen and (max-width: 1200px){
#main {
    width: 98%;
    margin: 0 auto;
}
}

.nav-links a{
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    height: 33px;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    text-shadow: none;
    transition: background 0.5s ease;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

pre {
	white-space: pre-wrap ;
}
