body {
  padding-top: 70px;
}
html, body {
  height:100%
}

.strava {
  color: #FC4C02;
}

.row {
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.border-top {
  border-top: 1px solid #eee;
}

[class*="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.small-profile {
  max-width: 22px;
  max-height: 22px;
}

.responsive-map {
  max-width: 256px;
}

@media (max-width: 500px) {
.responsive-table-line td:before { content: attr(data-title); }
.responsive-table-line table,
.responsive-table-line thead,
.responsive-table-line tbody,
.responsive-table-line th,
.responsive-table-line td,
.responsive-table-line tr {
display: block;
}

.responsive-table-line thead tr {
display:none;
}

.responsive-table-line td {
position: relative;
border: 0px solid transparent;
padding-left: 50% !important;
white-space: normal;
text-align:right;
}

.responsive-table-line td:before {
position: absolute;
top: 0px;
left: 0px;
width: 45%;
padding-right: 15px;
height:100%;
white-space: nowrap;
text-overflow: ellipsis !important;
overflow:hidden !important;
text-align:left;
background-color:#f8f8f8;
padding:2px;
}

.responsive-table-line tr td:first-child {
border-top: 1px solid #a8a8a8;
}

}

.ui-resizable-s {
  margin: 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #ccc;
  height: 8px;
  background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGAgMAAACHnudVAAAACVBMVEWmpqb%2F%2F%2F%2F%2B%2Fv7DQT26AAAAFUlEQVQI12MAgdDIAAgdCqHDIicAAB4GAziOJ42xAAAAAElFTkSuQmCC) no-repeat center;
}