hr.style-two {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 0px 0px;
    margin: 0.7rem 0rem 0.7rem 0rem;
    letter-spacing: normal;
}

.row-detail_stat:last-child {
    margin-bottom: 1.5rem;
}


.col-1 {
    height: 153px;
    width: 100%;
    background: white;
    padding: 0px 7px 7px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.25);
}

.col-1-tlt{
    color: #4c69f2;
    font-weight: bold;
    display: block;
    margin: 7px 15px;
    text-align: left;
    padding-bottom: 7px;
}


.artAuthorImg {
    float: left;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.25);
    width: 50px;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.artAuthorImg img {
    height: 50px;
}

.themeAuthorImg {
float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 30px;
}


.themeAuthorImg img {
    height: 60px;
}

.theme-inforer{
    width: 250px;
    border: 1px solid #e0f5fe;
    display: inline-block;
    margin-left: 15px;
    height: 60px;
    padding: 7px 7px;
    float: left;
    margin-bottom: 10px;
}

.theme-inforer:last-child{
    text-align: center;
}

.cabOptButt {
    display: inline-block;
    color: #77d0f9;
    font-weight: bold;
    width: 35px;
    height: 45px;
    text-align: center;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 10px;
    font-size: 10px;
    padding: 3px 10px 3px 10px;
    border-radius: 2px 2px;
    /* background: #144d6b; */
    margin-top: 0px;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.25); */
    letter-spacing: 1px;
}

.theme-rate{
    margin-right:auto;
    padding-top: 4px;
    padding-bottom: 2px;
}

.rate-elem{
    margin-left: 15px;
    font-size: 10px;
    color: #009688;
    float: left;
    margin-top: 11px;
    margin-right: 7px;
}
 
.rate-butt{
font-size: 30px;
float: left; 
cursor: pointer;
opacity: 0.5;
}

.rate-butt:hover{
 opacity: 1;   
}

.theme-open{
    color: white;
    padding: 0px 3px;
    padding: 1px 3px 1px 3px;
    border-radius: 2px 2px; 
    font-size: 10px; 
    margin-top: 5px;
    background: #03A9F4;
    padding: 7px 7px 3px 7px;
    letter-spacing: 1px;
    height: 15px;
    cursor: pointer;
}

.theme-open:hover{
 opacity: 0.7;   
}


.uTitle {
    width: 30%;
    height: 50px;
    border: none;
    border-bottom: 2px solid rgb(3, 169, 244);
    float: left;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: orangered;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    background: whitesmoke;
    margin-right: 20px;
}

.uTitle:focus{
    border: none;
    border-bottom: 2px solid rgb(3, 169, 244);
    background-color: #afe1c7;
    overflow: hidden;
    outline:none;
}

.sendForum {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background: linear-gradient(to bottom, #00b7ea 0%,#009ec3 100%);
    font-size: 18px;
    float: right;
}


.pageInNum, .pageNum
{
 width:25px;
 text-align: center;
 display: inline-block;
 margin: 3px 3px 3px 3px;
 padding: 5px 5px 5px 5px;  
 border-radius: 5px 5px 5px 5px; 
 box-shadow:
   inset 0 1px 4px rgba(0,10,20,.7),
   0 1px rgb(83,94,104),
   0 0 1px rgb(86,96,106);  
}

.pageInNum
{
background: linear-gradient(to bottom, rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ 
}

.pageNum{
    color: white;
}

.pageNum:hover{
    color: orange;
}

.msgBlock{
    font-size: 12px;
    background: #2c4257;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    color: orange;
    margin-bottom: 10px;
    padding: 10px 10px;
}


.hide-help-answ{
    display: none;
}

.show-help-answ{
    display: block;
}

.help-quest{
    background: aliceblue;
    padding: 7px 7px;
    box-shadow: 0px 0px 2px black;
    margin-bottom: 10px;
    cursor: pointer;
    min-height: 41px;
}

.help-quest-tlt{
    display: inline-block;
    width: 80%;
}


.helper-block img{
width: 90%;
max-width: 372px;
}


.help-quest:hover{
 background: #afe1c7;   
}

.help-answ-deffinition{
display: block;
    font-size: 0.8rem;
    margin-bottom: 7px;
    margin-top: 15px;
    background: #FFF176;
    padding: 7px 7px;
    max-width: 372px;
    border: 1px dotted #000000;
    color: #001cb9;
    
}

.help-answ-deffinition li{
    font-size: 0.7rem;
}

.help-quest-butt {
float: right;
margin: 0px 7px;
color: #001cb9;
padding: 10px 10px;
    background: aquamarine;
    border-radius: 15px 15px;
}

.mess-separator {
    display: flex;
    width: 100%;
    border-top: 1px solid #d6cdcd;
    margin: 7px 7px 7px 0px;
    justify-content: flex-end;
}
