
/*************************************
* Hlavni CSS styly pro hrace
**************************************/

.PlayersListTable {
     font-size: 120%;
    padding: 2px;
    margin:auto;
    width: 100%;
}
.PlayersListTableSelected {
    color: orange;
}
.PlayersListTable td {
    padding: 0px;
}
.PlayersListTableAction {
    font-size: 150%;
    color: orange;
    padding: 0px !important;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.PlayersListTable_icon {
    width: 40px;
}

.PlayerForm {
    padding-top: 50px;
}
.PlayerFormMessage {
    padding: 15px;
    font-size: 120%;
    font-weight: bold;
    color: orange;
}

.PlayerImage {
    width: auto;
    border-radius: 5px;
    height: 320px;
    background-color: white;
    border: 2px double silver;
}


/******************************
* CSS styly pro mobil
*******************************/
@media only screen and (max-width: 1024px) {
 .PlayersListTable {
     font-size: 80%;
 }
}