h1 {
  font-size: 40px; }

.jumbotron {
  background: #fafafa;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05); }
  .jumbotron-white {
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.difference {
  margin-top: 8px; }
  .difference__input {
    width: 45%; }
    .difference__input--inlineB {
      display: inline-block; }
    .difference__input--right {
      float: right; }
  .difference__text {
    padding-left: 10px; }

.radio-padding {
  padding-top: 20px !important; }

.btn-position {
  position: absolute;
  bottom: -48px;
  right: 60px; }

.pagination > li > a,
.pagination > li > span {
  color: #2196f3;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #0a6ebd !important;
    background-color: #eeeeee !important;
    border-color: #dddddd !important; }

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #fff !important; }
