* {
  font-family: "Droid Sans", sans-serif;
}

.connect-btn {
  cursor: pointer;
  margin: auto;
  width: 195px;
  height: 50px;
  background-image: url(/images/btn_strava_connectwith_orange.svg);
}

.bg-black {
  background-color: #000000 !important;
}

td img.logo {
  width: 100px;
  height: 100px;
}

div > img.logo {
  width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  div > img.logo {
    width: 190px;
    height: 190px;
  }
}

@media (max-width: 767px) {
  div > img.logo {
    width: 280px;
    height: 280px;
  }
}

img.icon {
  width: 30px;
  height: 30px;
}

tbody:hover,
tr.hover,
th.hover,
td.hover,
tr.hoverable:hover,
div.entry:hover {
  background-color: #12181e;
  cursor: pointer;
}

div.entry {
  position: relative;
}

div.entry a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

div.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.7);
}

.btn.btn-xs {
  font-size: 10px !important;
  padding: 0.175rem !important;
  line-height: 1 !important;
}

.c3-tooltip,
.c3-tooltip table,
.c3-tooltip th,
.c3-tooltip tr,
.c3-tooltip td {
  background: #333333 !important;
}

.c3-xgrid-line.lineToday line {
  stroke: #28a745;
}

.c3-line {
  stroke-width: 5px !important;
}
