.tagbox {
    border-radius: 4px;
    float: left;
    width: 100%;
    border: 1px solid #EE4459459459459;
    color: #EE4459459459459;
    padding: 20px 12px;
    font-family: 1.2rem;
}

.link {
    float: left;
    width: 100%;
    display: block;
}

.left {
    text-align: left;
    float: left;
}

.right {
    text-align: right;
    float: right;
}

.title {
    font-size: 1.8rem;
    font-weight: bold;
}

.time {
    font-size: 1.6rem;
    font-weight: bold;
}

.distance, .price {
    font-weight: bold;
}