.inside-full-height-quantum {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  display: table-cell;
  float: none;
  /*
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  */
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  display: table-cell;
  vertical-align: middle;
  float: none;
  /*
  height: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  */
}

.main-grid {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 130px;
}

/*.main-grid-right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  padding-left: 0;
  padding-right: 0;
}*/


.main-grid-arrows {
/*  float: none;*/
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.row-height {
  display: table;
/*
  table-layout: fixed;
  height: 100%;
  width: 100%;
  */
}

.spacer {
    margin-bottom: 20px; /* define margin as you see fit */
}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px
}

.list-group-submenu {
  margin-left:20px;
}

.shrink {
    font-size: 1.1em;
    margin: 0px;
}

p, ul, ol {
    font-size: 1.5em;
}

ul li ul {
    font-size: 1.0em;
}

ul li ol {
    font-size: 1.0em;
}

ol li ol {
    font-size: 1.0em;
}

h2 {
  margin-top: 5px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

.top-align {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.big-button {
  font-family: 'ossur-light';
  font-size: 40px;
  /*color: #404040;*/
  text-align: center;
}
