.p10px{padding: 10px}

.mt20px{margin-top: 20px;}
.mt40px{margin-top: 40px;}

.mb10px{margin-bottom: 10px;}

.mb10upx{margin-bottom: 10px}
.mb20upx{margin-bottom: 20px}

.center{text-align: center}

.red{color: #C00000}
.clear_both{clear: both}

.bg_white{background-color: white;}


.table-top {
    padding: 10px;
    background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom: none;
    margin-top: 10px;
}

.hidden{
    display: none;
}

.color-orange{
    color: #FFB800;
}
.color-blue{
    color: #1E9FFF;
}
.color-green{
    color: #009688;
}
.color-red{
    color: #FF5722;
}