#txtName {
    width: 96%;
}

#selPlatform {
    width: 100%;
}

.colTileField {
    width: 100px;
}

.tile {
    background-color: #202020;
    float:left;
    width: 100%;
    max-width: 350px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid cyan;
    margin: 2px;
}

.tile, .tile a {
    color: white;
}

.tileIcons img {
    height: 25px;
    width: 25px;
}

.serverInfoField {
    width: 100px;
}

#divServers, #divOtherServers {
    justify-content: center;
}

#divWrapper a {
    color: white;
}

