/* CSS Document */

#travelNotice{

    width:100%;

    min-height:320px;

    padding:15px;

    border:1px solid #d9d9d9;

    border-radius:10px;

    font-size:15px;

    line-height:1.6;

    resize:vertical;

    box-sizing:border-box;

}

.tmDialogButtons{

    display:flex;

    justify-content:flex-end;

    gap:15px;

    margin-top:18px;

}

.tmBlueButton{

    min-width:150px;

    height:42px;

    border:none;

    border-radius:8px;

    background:#1976d2;

    color:white;

    font-size:15px;

    cursor:pointer;

}

.tmBlueButton:hover{

    background:#1565c0;

}