.serviceMain {

}

.serviceIndex, .serviceLists {
    padding: 15px;
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.serviceTitle {
    color: #ff9b24;
    border-bottom: 1px solid #ff9b24;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.serviceList table {
    width: 100%;
}

.serviceList th {
    background-color: #f4f4f4;
    padding: 5px;
    text-align: center;
}

.serviceList td {
    padding: 10px;
    text-align: center;
}

.serviceList td.game {
    text-align: left;
}

.serviceList .img,
.serviceList .name {
    display: inline-block;
    vertical-align: middle;
}

.serviceList .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 10px;
}

.serviceList .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.serviceList .name {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.serviceList .date,
.serviceList .time {
    display: inline-block;
    vertical-align: middle;
}

.serviceList .date {
    margin-right: 5px;
    padding: 2.5px 10px;
    color: #ffffff;
    border-radius: 5px;
}

.serviceList .date.today {
    background-color: #ff9b24;
}

.serviceList .date.future {
    background-color: #01bb53;
}

.serviceList .date.already {
    background-color: #aeaeae;
}

.serviceList .time {
    font-size: 18px;
    font-weight: bold;
}

.serviceList .tag {
    font-size: 15px;
    font-weight: bold;
}

.serviceList .fa {
    font-size: 20px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.serviceList .fa-android {
    color: #9ece6b;
}

.serviceList .fa-apple {
    color: #ff9b24;
}

.serviceList .btn {
    background-color: #ff9b24;
    padding: 5px 12.5px;
    font-size: 15px;
    color: #ffffff;
}

.serviceMore {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 15px;
    text-align: center;
}

.serviceMore,
.serviceMore a {
    color: #909090;
}

.serviceTense a {
    display: block;
    float: left;
    padding: 5px 5px 10px 5px;
    font-size: 18px;
}

.serviceTense a:hover,
.serviceTense a.active {
    font-weight: bold;
    color: #ff9b24;
    border-bottom: 1px solid #ff9b24;
}

.serviceTense span {
    display: block;
    float: left;
    height: 20px;
    margin-top: 10px;
    width: 1px;
    background-color: #cccccc;
    margin-left: 10px;
    margin-right: 10px;
}