/* colors
------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* grey page background (options) */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* website colors ----------- */
/* company color blue */
/* company color yellow */
/* company color orange active */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* company color */
/* forms ----------- */
/* correct */
/* error */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
.slogan {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  color: #000000;
}
.emphasized {
  font-weight: 700 !important;
}
.emph-font-sized {
  font-weight: 700 !important;
  font-size: 1.2em;
}
.quotation {
  font-style: italic;
}
.pic-left {
  float: left;
  margin: 5px 15px 10px 0px;
}
.pic-right {
  float: right;
  margin: 5px 0px 10px 15px;
}
.label, label {
  color: #EEEEEE;
  font-size: 100%;
  font-weight: bold !important;
  color: inherit !important;
  line-height: inherit !important;
  /*padding: inherit !important;*/
}
.img-subline {
  font-style: italic;
  margin-bottom: 20px !important;
}
table.table-1 {
  background-color: #C9C9C9;
  width: 100%;
}
table.table-1 td {
  padding: 5px;
  border: 1px dotted #ffffff;
}
table.table-1 thead td {
  font-weight: bold;
  white-space: nowrap;
}
/* panel-text */
section.panel-text .space-left-3 {
  padding-left: 3em;
}
section.panel-text .space-left-4 {
  padding-left: 4em;
}
section.panel-text .space-left-5 {
  padding-left: 5em;
}
section.panel-text .space-right-3 {
  padding-right: 3em;
}
section.panel-text .space-right-4 {
  padding-right: 4em;
}
section.panel-text .space-right-5 {
  padding-right: 5em;
}
