#more  {
    display:  none;
}
.flex-text  {
    display:  flex;
    flex-wrap:  wrap;
    color: #ccc;
    width: 100%;
    margin:  0 auto;
    padding: 0;
    background-color: #31445a;
    font-size: 13px;
    font-weight:  700;
}
.flex-text > div  {
    width:  360px;
    margin:  5px;
    padding: 5px;
    text-align: right;
    float: right;
}
#wrapper  {
    display:  flex;
    background: #fff;
    width: 100%;
    border-radius: 15px;
    margin:  auto;
    -webkit-box-shadow:  0 5px 20px rgba(0,  0,  0,  0.07);
    box-shadow:  0 5px 20px rgba(0,  0,  0,  0.07);
}
#left  {
    flex:  0 0 65%;
}
#right  {
    flex:  1;
    margin-top: 10px;
    border-right: 1px solid #ecf0f2;
}
#desktop_content {
    direction: rtl;
    text-align: right;
    width: 99%;
    height: auto;
    margin:  auto;
    border-radius:  10px;
    overflow:  auto;
    margin-top: 10px;
    background-color: #fff;
    font-weight: normal;
    word-spacing: 1px;
    line-height : 30px;
    -webkit-box-shadow:  0 2px 5px rgba(0,  0,  0,  0.2);
    box-shadow:  0 2px 5px rgba(0,  0,  0,  0.2);
}
#desktop_content h2  {
    font-size: 24px;
    color: #e44d3d;
    margin: 25px;
    padding: 10px;
    
}
#desktop_content h3 strong {
    font-size: 28px;
    color: #6b3d84;
    margin: 25px;
    padding: 10px;
}
#desktop_content q ,  blockquote {
    padding: 10px;
    margin: 10px;
    background-color: #dd520d;
    border-radius: 7px;
    max-width: 100%;
    margin:  auto;
    font-size: 18px;
    color: #fff;
    text-align: right;
    display:  block;
    overflow:  auto;
}
#desktop_content table  {
    direction: ltr;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 15px;
}
.link  {
    padding: 10px;
    border:  1px dotted #91c45a;
    background-color: #fcfcfc;
    border-radius: 7px;
    max-width: 100%;
    margin:  auto;
    color: #262626;
    text-align: right;
    display:  block;
    overflow:  auto;
    word-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}
.link a {
    color: red;
    font-weight: bold;
}
tr:nth-child(odd) {
    background: #fff;
    direction: rtl;
}
tr:nth-child(even) {
    background:  #f7f7f7;
    direction: rtl;
}
#content_h1 {
    background-color:  #31445a;
    height: auto;
    color: #fff;
    padding: 5px;
}
.center {
    display:  block;
    margin-left:  auto;
    margin-right:  auto;
    max-width: 100%;
    max-height: 100%;
}
img  {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.desktop_content_div1 {
    padding: 10px;
    margin: 10px;
    text-align:  justify;
    text-justify:  inter-word;
}
