2020-11-30 21:15:47 -05:00
|
|
|
#check-result-wrapper{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#check-result{
|
|
|
|
|
width: 540px;
|
2020-12-04 05:30:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#check-result table{
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#check-result table th, #check-result table td{
|
|
|
|
|
padding-right: 20px;
|
2020-11-30 21:15:47 -05:00
|
|
|
}
|