@charset "utf-8";
.help_modal_simple_table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
}
.help_modal_simple_table td {
    border: 1px solid #CCCCCC;
    padding: 4px;
    box-sizing: border-box;
}
.help_modal_simple_table th {
    border: 1px solid #CCCCCC;
    padding: 4px;
    background-color: #F5F5F5;
    box-sizing: border-box;
}
.route_copy_modal_description {
    padding: 20px;
}
.route_copy_modal_description_icon img {
    position: relative;
    cursor: pointer;
    top: -3px;
}