.footer ul {
  text-align:center;
  float:none;
}

.footer li {
  display:inline-block;
  float:none;
  vertical-align: middle;
}

.footer img {
  height: 75px;
}


.flash-messages p {
    padding: 15px;
}

.main-menu {
    text-align: center;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
}

.character_input {
    min-width: 30px;
    width: 30px;
    padding: 0px;

}

p.cite {
  margin-left: 40px;
}

@media (min-width: 1500px) {
    .container-results{
        width: 80%;
    }
}

@media (min-width: 767px) {
    .corpora-table-parent{
        overflow: hidden;
    }
}

section#login label, section#register label, section#corpus-form label{
    /*font-size: 1em;*/
}

section#login .password-group, section#register .password-group{
    margin-top: 15px;
}

section#login  .remember-me {
    font-size: 1em;
    margin-top: 30px;
}

section#login .buttons-row, section#register .buttons-row,  section#corpus-form .buttons-row, section#password-reset-request .buttons-row , section#password-reset .buttons-row, section#preferences .buttons-row{
    text-align: center;
    margin-top: 50px;
}
section#login .buttons-row {
    margin-top: 35px;
}


section#login .buttons-row #register-button, section#register .buttons-row #login-button {
    margin-left: 50px
}

section#login .password-reset{
    margin-top: 15px;
}

.buttons-row {
    text-align: center;
}

section#preferences .password-reset{
    margin-top: 25px;
}

section#preferences .attach-corpus-xml{
    margin-top: 25px;
}

section section{
    padding: 20px 0;
}


section#information ul, dt, dd{
    font-size: 18px;
}

section#information h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
  .li-mobile {
    display: none !important;
  }
  .dropdown-custom {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .li-mobile {
    display: block !important;
  }
  .dropdown-custom {
    display: none !important;
  }
}

label.mdl-textfield__label{
    margin-bottom: 0;
}

.fullwidth {
    width: 100%;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #333;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

section#preferences .star-primary{
    margin-bottom: 45px;
}

.morfeusz-option{
    margin-right: 25px;
}

.morfeusz-label{
    color: #3f51b5; font-size: 12px; margin-bottom: 4px;
}

#overview-table{
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}

#overview-table, #overview-table td, #overview-table th{
    border: 1px solid black;
    font-size: 16px;
    text-align: left;
}

#overview-table td, #overview-table th{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
}

.project dt {
    width: 200px !important;
}

.project dd {
    margin-left: 220px !important;
}

.inform dt {
    margin-top: 30px;
}

.scrollbox{
    height: 500px;
    overflow:auto;
    border: solid black 1px;
}

.slownik thead th{
    background-color: #cccccc;
    position: sticky;
    top: 0px;
}

