#map_tournament {
    height: 650px; 
    width: 100%; 
}
.fixed-width {
   width:100% !important; 
}
/*override method for black color of tags in input fields*/
.label-info {
    background-color: #333333 !important;
    border-radius: 4px;
    padding: 0px 3px 2px 4px;
}

#wrapper {
    width: 100%;
    height: 400px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reserveSectors {
    color: transparent;
    text-shadow: 0 0 0 red;
}

.reserveSectors:focus {
    outline: none;
}