.swdrCenterTable th,
.swdrCenterTable td
{
    text-align: center;
}

th,
td
{
  padding: 0 3px;
}

#liczbapociagow
{
  font-size: 1.5em;
  margin: 10px 0;
}

.wikitable
{
  border: 2px solid white;
}

.modal-lg
{
	max-width: 90%;
    width: 90% !important;
}

.wikitable td
{
  min-width: 2em;
}

.wikitable tr:hover
{
    background-color: #404040;
}

#filterTable
{
    outline: 3px solid white;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px;
    width: 80vw
}

#filterTable td
{
    padding-right: 30px
}

.expert
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.expert-content
{
    background-color: #050505;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}

#expert-image {
    width: 30%;
}
