/* inherit จากตัวแม่ */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select.my{
    display: inline-block;
    height: 24px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    padding:2px;
}
.table {
    font-size: 13px;
}
.pagination{
    margin: 0;
    margin-top:10px;
}
textarea{
    margin-bottom: 0px;
}
select{
    margin-bottom: 0px;
}
h4{
    font-size:16px;
    margin-bottom:4px
}
hr{
    margin-top:4px;
    margin-bottom:4px
}