.list{
    display: flex;
    justify-content:space-around
}
#upLog{
    white-space: nowrap;
    width:100%;
    display:flex;
    justify-content:center;
    flex-direction: column;
}
.otherLogTitle{
    display: none;
    width: 100%;
    font-size: 20px;
    padding: 20px 0px;
    text-align: center;
}
html,body{
    width:100%;
    /* height: 100%; */
}
a{
    text-decoration:none
}
ul{
    margin: 0px;
    padding-left: 0px;
}
ul li{
    padding:5px 0px;
}
table{
    width:100%;
    border:0;
}
tr{
    border-bottom: solid 1px #E8E8E8
}
td{
    padding: 16px 16px;
}
caption{
    font-size:20px;
    padding:16px 0px;
    border-bottom: solid 1px #E8E8E8
}
.list div:nth-child(1){
    width: 28%;
}
.list div:nth-child(2){
    width: 22%;
}
.list div:nth-child(3){
    width: 22%;
}
.list div:nth-child(4){
    width: 28%;
}
.log {
    display: flex;
    flex-direction: column;
}
.noPadding{
    padding: 0px;
}
.green{
    color: green;
}
.yellow{
    color: orange;
}
.red{
    color: red;
}
.blue{
    color: blue;
}
.innerTable{
    text-align: center;
    border-collapse: collapse;
}
.innerTable tr:last-child{
        border-bottom:none;
}
.innerTable tr td{
    padding: 5px 16px;
}
    
