.p10px{padding: 10px}

.mt10px {margin-top: 10px;}
.mt20px{margin-top: 20px;}
.mt40px{margin-top: 40px;}

.mb10upx{margin-bottom: 10px}
.mb20upx{margin-bottom: 20px}

.center{text-align: center}

.red{color: #C00000}

.hidden{
    display: none;
}

.table-top {
    padding: 10px;
    background-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-bottom: none;
    margin-top: 10px;
}

.bg-white {
    background-color: white;
}
