body {
  font-family: Lato, Liberation Sans, sans-serif;
  background-color: whitesmoke;
  margin-left: auto;
  margin-right: auto;
}

table {
  border-collapse: collapse;
  border: 3px solid black;
  margin: 20px auto;
}

tr:nth-child(even) {
  background-color: #d9e2d9;
}

tr:hover {
  background-color: #b9c2b9;
}

.dolna-ramka {
  border-bottom: 3px solid black;
}

th, td {
  border: 1px solid black;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

th {
  background-color: #2C8F40;
  color: white;
}

thead th {
  text-align: center;
}

td:nth-child(2), .uczestnik {
  text-align: left;
  font-weight: bold;
}

td:nth-child(1) {
  font-weight: bold;
}

td:nth-child(even) {
  font-weight: bold;
}

h1, h2 {
  text-align: center;
}

.wyroznienie {
  background-color: rgba(60,140,100,0.2);
}

.stolik {
  background-color: rgba(140,100,0,0.2);
  font-weight: bold;
}

.duze {
  font-weight: bold;
  font-size: 120%;
  width: 35px;
  float: left;
  text-align: right;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.male {
  font-weight: normal;
  font-size: 80%;
  width: 35px;
  float: left;
  text-align: left;
  margin-top: 6px;
  display: inline-block;
  vertical-align: middle;
}

.punkty {
  width: 100%;
  margin: 0 auto;
  height: 25px;
  text-align: center;
}

.panel-przyciskow {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center;
}

.panel-wyboru-pliku {
  margin: 30px auto;
  width: 600px;
  text-align: center;
  background-color: lightgray;
}

.panel-liczby-gier {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 350px;
  text-align: center;
  background-color: lightgray;
  padding: 5px;
}

.panel-dodawania-gracza {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 350px;
  text-align: center;
  background-color: lightgray;
  padding: 5px;
}

.panel-obecnosci {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center;
}

.panel-wyboru-gry {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  margin-top: 50px;
  width: 700px;
  height: 65px;
  text-align: center;
  background-color: lightgray;
  padding: 30px;
}

.panel-wyboru {
  text-align: left;
  float: left;
  width: 525px;
  border-right: 1px solid black;
  &, &::picker(select) {
    appearance: base-select;
  }
}
.panel-wyboru select {
  background: #eee;
  border: 0px solid #ddd;
  padding: 5px;
  transition: 0.4s;
  margin-bottom: 10px;
  border-radius: 0px;
}
.panel-wyboru select:hover,
.panel-wyboru select:focus {
  background: #fff;
}

.panel-przycisku {
  text-align: center;
  float: right;
  width: 150px;
}

.panel-serwisowy {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  font-size: 10px;
  padding: 5px 0px;
  color: lightgray;
}

#liczba_gier {
  height: 26px;
  width: 50px;
  background-color: #fd8;
}

#nazwa-gry {
  text-align: left;
  width: 200px;
  background-color: #eee;
  padding: 5px;
  border: 0px;
}

#przycisk-przejdz {
  width: 100px;
}

input {
  width: 50px;
  padding: 2px;
  font-size: 100%;
  text-align: center;
}

input:not([type]), input[type="text"], input[type="password"] {
  border: 1px solid black;
  background-color: #eee;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid black;
  background-color: white;
  outline: none;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  position: relative;
  background:url(checkbox.png) left top no-repeat;
}

input[type="checkbox"]:checked {
  background:url(checkbox.png) -20px top no-repeat;
}

input[type="checkbox"]:disabled {
  background:url(checkbox.png) -60px top no-repeat;
}

input[type="checkbox"]:checked:disabled {
  background:url(checkbox.png) -40px top no-repeat;
}
#panel-logowania {
  width: 320px;
  margin: 50px auto;
  text-align: right;
  background-color: #ddd;
  padding: 5px 30px 30px 30px;
}
#panel-logowania input {
  width: 210px;
  margin: 5px 0px;
  text-align: left;
  padding: 5px;
}

button, input[type="button"] {
  height: 30px;
  font-size: 100%;
  padding: 0px 20px;
}
