.filter {
    float: right;
    width: 100px;
    text-align: center;
}
::placeholder {
   text-align: center;
}

th {
    border: solid lightgray 1px;
}

.filter-test-hide {
    display: none;
}
.filter-site-hide {
    display: none;
}

.filter-name-hide {
    display: none;
}

.filter-result-hide {
    display: none;
}
.blockStyleForTbody {
    background-color: lightgray;
}
tbody {
    /*border-top: 2px black !important;*/
    border-radius: 5px;
}
.totRow {
    background-color: lightgray;
}
.runRow {
    background-color: beige;
}

.schedTable {
    width: 100%;
    border-collapse: collapse;
    border: solid lightgray 1px;
    border-radius: 2px;
}
.schedTable td {
    border-radius: 2px;
    border: solid lightgray 1px;
}
.section {
    margin: 10px;
    background-color: #eff2f6;
    padding: 10px;
    border-radius: 10px;
    /*border:  lightgray 1px;*/
    /*border: 1px roun #e2eefa;*/

}
.table {
    border-radius: 10px;
}
.in-table {
    border-radius: 10px;
    border: solid lightgray 1px;
}

.newTable {
    border-radius: 10px;
    border: solid lightgray 1px;
    width: 100%;
}
.newTable td {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable th {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable tr {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable thead {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable tbody {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable tfoot {
    border-radius: 10px;
    border: solid lightgray 1px;
}
.newTable tr:hover {
    background-color: #f5f5f5;
}
.table tr:hover {
    background-color: #f5f5f5;
}