
.modelHeader {
    float: right;
    margin-bottom: 20px;
}

.lineClear {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.modelHeader p {
    display: inline;
    margin-right: 10px;
}

.modelFooter {
    float: right;
    margin-top: 10px;
}

.modelFooter p {
    display: inline;
    margin-right: 10px;
}

.dayArea {
    width: 100px;
}
.pointArea {
    width: 100%;
}

.pointIcon {
    float: left;
}

.pointIcon img {
    width: 80px;
    margin-right: 5px;
    border-radius: 5px;
}

.pointNext {
    margin-left: 120px;
    margin-top: 10px;
    width: 100%;
}

.pointArrow {
    width: 8px;
    height: 30px;
    background-color: #28a4c9;
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 40px;
    border-radius: 5px;
}
