motadou_table
		{
		}

        motadou_table div{ display: flex;  flex-wrap: wrap; }
        motadou_table div div{ height: 40px; line-height: 40px; flex-direction:column; text-align: left; border-bottom: silver solid 1px; }

.motadou_post_body {
    line-height:30px;
    font-size:16px;
    max-width:900px
}

.motadou_post_body .mtable {
    border: 0px solid silver;
    border-collapse: collapse;
    word-break: break-word;
}

.motadou_post_body .title {
   PADDING-TOP: 5px;  
   PADDING-BOTTOM: 1px; 
   BORDER-TOP: #ffffff 1px solid; 
   BORDER-RIGHT: #ffffff 1px solid; 
   BORDER-BOTTOM: #ccc 1px dashed;
   BORDER-LEFT: #ffffff 1px solid; 		
   MARGIN-BOTTOM: 3px; 
   text-align:left;
   color:#E3940B
}




.motadou_post_body .cmd_box {
    color:#000000;
    font-size:14;
    font-weight:400;
    font-size: 16px;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    background: #fcf8e3;
    background: #f5f2f0;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding:0.5em;
    overflow: auto;
    border-radius: 0.3em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height:25px;
}

.motadou_post_body .code_box {
    color: #f8f8f2;
    color:#DDD;
    color:#000000;
    font-size:14;
    padding:2px 2px 2px 2px;
    font-size: 16px;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    background: #384047;
    BACKGROUND:#e8e8e8;
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding:0.5em;
    overflow: auto;
    border-radius: 0.3em;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height:20px;
}

.motadou_post_body .comment {
color:#008000
}
.motadou_post_body .section {
    color:#519cea
}
.motadou_post_body a:link { text-decoration: none; color:#2d8ac7; }
.motadou_post_body a:visited { text-decoration: none; color:#2d8ac7;}
.motadou_post_body a:hover { text-decoration: none; }
.motadou_post_body a:active { text-decoration: none; }

.motadou_post_body .step {
color:#C0504D
}