/* colors
 ------------------------------------------------------------- */
/* basic ----------- */
/* black, textcolor */
/* white, background-color */
/* darkgrey bckgrd */
/* lightgrey bckgrd */
/* xxx */
/* 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 ----------- */
/* bd blue light */
/* bd orange active */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* xxx */
/* margins / paddings
 ------------------------------------------------------------- */
/* mixins
 ------------------------------------------------------------- */
/* borders
 ------------------------------------------------------------- */
/* margins / paddings
 ------------------------------------------------------------- */
.slogan {
  display: inline-block;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  color: #000; }

.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 {
  font-weight: bold !important;
  color: inherit !important;
  /*line-height: 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 #fff; }
    table.table-1 thead td {
      font-weight: bold;
      white-space: nowrap; }
