﻿.post-static {
    list-style: none;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
}
.post-static-buttom {
    margin-top:5px;
    text-align:center;
}
.rtl .post-static-child {
    list-style:none !important;
    margin-right:5px; 
}
.ltr .post-static-child {
    list-style:none !important;
    margin-left:5px; 
}
.rtl .post-static-ctrl-value {
    float:left;
    margin-left:5px;
}
.ltr .post-static-ctrl-value {
    float:right;
    margin-right:5px;
}