.transport-schema-container{
    min-width: 1000px;
    min-height: 1000px;
    display: flex;
    justify-content: center;
}

.transport-schema{
    width: 1000px !important;
    height: 1000px !important;
    background: #f6f7f9;
    border-collapse: collapse;
}

.transport-schema td{
    /*width: 2%;*/
    position: relative;
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 0;
    cursor: pointer;
}
.transport-schema td .td-transpot-scheme-content{
    width: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;

}
.transport-schema td .td-transpot-scheme-content:not(:empty) {
    background-color: #97bae3;
}
