/* Imported Fonts */
/*@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Asap');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=ZCOOL XiaoWei');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Philosopher');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Assistant');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Comfortaa');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Alegreya Sans');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Poiret One');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Muli');@charset "UTF-8";*/
/*@import url('https://fonts.googleapis.com/css?family=Asap');@charset "UTF-8";*/
@import url('https://fonts.googleapis.com/css?family=Gruppo');@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css?family=Work Sans');@charset "UTF-8"/;*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
    margin-bottom: 50px;
    padding-top: 50px;
    font-family: "Gruppo", sans-serif;
}

figure{
  /*background-color: #f5f5f5;*/
    padding:10px;
}

figure figcaption{
    text-align:right;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  line-height: 50px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
}


/* remove rounding from cards */
.card {
    border-radius: 0;
    width:100%;
}

.card-body {
    padding:1rem;
    width:100%;
}

.xcard-header { height: 30px;  }

.card>.h1 { font-weight: 10px; }

td {padding:0;}
.table th, .table td {padding:2px;}

.nowrap{
    display: inline-block;
    white-space: nowrap;
}
.desktop-page{
    padding:0;
    margin:0;
}
