#txtName {
    width: 96%;
}

#selPlatform {
    width: 100%;
}

.colTileField {
    width: 100px;
}

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

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

.tileIcons img {
    height: 25px;
}

#serverInfo a {
    color: white;
}

.serverInfoField {
    width: 100px;
}
