.contentseo{
    height: 400px;
    overflow: auto;
    color: #000;
}
.box_calender input{
    border:1px solid #ccc;
}

@media only screen and (min-device-width: 480px){
    .ltd_box_table_time{
        width: 150px;
    }

    .ltd_box_table_time span{
        display: block;
    }
    .ltd_box_table_name {
        width: calc((100% - 460px)/2) !important;
    }
}
@media only screen and (max-device-width: 480px){
    .ltd_box_header {
        padding: 0 10px;
    }
    .ltd_box_table_time {
        padding: 0 10px;
        margin-bottom: 5px;
    }
}
