.box_list {
    width: 100%;
}

.box_list tr td {
    padding: 5px;
    border-bottom: 1px Solid #f5f5f5;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}

.box_list tr td .box_info {
    position: relative;
    font-size: 25px;
    font-family: VekaLight;
    padding: 5px;
    float: left;
    width: calc(100% - 80px);
    height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    line-height: 45px;
}

.box_list tr td button {
    float: right;
    height: 30px;
    margin-left: 3px;
    padding-left: revert;
    background-color: White;
}

.box_list tr td button img {
    height: 30px;
}