.card.bg-light {
  background-color: #f8f9fa !important;
}
/*   ----- GENERAL -----   */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin: 0px;
  min-width: 300px;
  margin-bottom: 100px;
  font-size: 16px;
}
main {
  font-family: "Roboto", Arial, serif;
  word-wrap: break-word;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
hr {
  border: 0;
  border-top: 2px solid #DADADA;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 22px;
}
.box_center {
  margin-right: auto;
  margin-left: auto;
}
.text_center {
  text-align: center;
}
.text_underline {
  text-decoration: underline;
}
.text_bold {
  font-weight: bold;
}
.text_italic {
  font-style: italic;
}
.panel {
  background-color: #F7F7F7;
}
.m1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m3 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.icon-dark {
  color: #555;
}
.icon-light {
  color: #ffffff;
}
/*   ----- MISCELLANEOUS -----   */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../webfonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fwebonts/roboto-v30-latin-300.woff") format("woff"), url("../webfonts/roboto-v30-latin-300.ttf") format("truetype"), url("../webfonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* --- Component - Link */
a.link {
  text-decoration: underline;
  color: #646464;
  cursor: pointer;
}
a.link:hover {
  color: #00A8DB;
}
/*   ----- HEADER -----   */
#noscript {
  background-color: #dc3545;
  padding: 10px;
}
#noscript_title {
  font-size: 1.3em;
  font-weight: bold;
}
#header_content {
  padding: 20px;
  background-color: #2e2925;
  border-bottom: 1px solid #1a1a1a;
  display: block;
  color: #efefef;
  width: 100%;
  box-sizing: border-box;
}
#header_logo {
  float: left;
  margin-right: 20px;
  font-size: 28px;
}
#header_logo img {
  width: 100%;
  max-width: 150px;
}
#header_title {
  font-size: 28px;
}
#language-switcher {
  display: inline-block;
}
#user-action-dropdown {
  display: inline-block;
}
/*   ----- FOOTER -----   */
#footer {
  background-color: #2e2925;
  font-size: 17px;
  padding: 20px 10px 10px 10px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
#footer_copyright {
  display: inline-block;
  color: #f1f1f1;
}
#footer_links {
  float: right;
  display: inline-block;
  text-align: right;
}
#footer_links a {
  color: #f1f1f1;
  text-decoration: none;
  padding: 0 10px;
}
#footer_links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 650px) {
  #footer_copyright {
    text-align: center;
    width: 100%;
  }
  #footer_links {
    margin-top: 10px;
    text-align: center;
    width: 100%;
  }
}
#pagecontent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  padding-bottom: 135px;
}
