/**
 * Design tweaks
 **/
.image.avatar img {
  border-radius: 0;
}

header#header h1 {
  color: white;
}

nav ul {
  margin: 0;
  padding-left: 0;
}
nav li {
  margin: 0 0 1em 0;
  padding-left: 0;
  list-style: none;
}

.lang-icons img {
  width: 30px;
  height: auto;
}

ul.copyright {
  padding-left: 0;
}
.copyright li {
  padding-left: 0;
  color: #ffffff;
  font-size: 0.7em;
  line-height: 1.5em;
  list-style: none;
}
.copyright li a {
  color: inherit;
  text-decoration: none;
}

/**
 * Global
 **/
#main {
  text-align: center;
}

#main img {
  max-width:100%;
  height:auto;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-italic {
  font-style: italic;
}
.font-xlarge {
  font-size: 1.6em;
}
.font-large {
  font-size: 1.2em;
}
.font-small {
  font-size: 0.8em;
}
.display-none {
  display: none;
}

/**
 * Main page
 **/
.download-links a.button.disabled {
  background: #e6e6e6;
}
.download-links a.button {
  background: #408fff;
  background: linear-gradient(135deg, #408fff 0%,#408ffb 15%,#3287fa 16%,#3082f2 100%);
}
.download-links a.button {
  color: white !important;
  margin: 5px 3px;
}
.download-links > div {
  /* display: inline-block; */
}



/**
 * Manual check page
 **/
.check-result span {
  font-weight: bold;
}
.check-result > .result-error > p {
  display: none;
}

/**
 * About us page
 **/

.logos a {
  text-decoration: none;
  border: none;
}
ul.members-list {
  display: inline-block;
  list-style: none;
  text-align: left;
}
ul.members-list, ul.members-list li {
	padding-left: 0;
}
