.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  text-align: left;
  font-weight: normal;
}
.table th {
  padding: 6px;
}
.table td {
  padding: 0 6px;
}
.table .bold {
  font-weight: bold;
}
.table .f-center {
  text-align: center;
}
.table .f-right {
  text-align: right;
}
.table .f-numeric {
  font-variant-numeric: tabular-nums;
}
.table-bordered tbody tr {
  border-bottom: 1px solid transparent;
}
.table-bordered td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table-col-bordered td {
  border-right: 1px solid transparent;
}
.table-col-bordered td:last-child {
  border-right: none;
}
.table-default {
  background: #ffffff;
  border: 1px solid;
  border-color: #d4d4d9 #d4d4d9 #afafb3 #d4d4d9;
}
.table-default thead tr {
  background-color: #ededf2;
  border-bottom: 1px solid #d4d4d9;
}
.table-default td {
  border-color: #afafb3;
}
.table-default tfoot tr,
.table-default .table-footer {
  background-color: #ededf2;
}
.table-default tbody tr {
  border-color: #afafb3;
}
.table-default tr:first-child td {
  padding-top: 6px;
}
.table-default tr:last-child td {
  padding-bottom: 6px;
}
.table-default .table-row-striped {
  background-color: #fafaff;
}
.table-no-shadow {
  border: 1px solid #d4d4d9;
}
.table-no-border {
  border: none;
}
.table-inverted {
  background: #323233;
  color: #ffffff;
}
.table-inverted thead tr {
  color: #afafb3;
}
.table-inverted td {
  border-color: #4b4b4d;
}
.table-inverted tbody tr {
  border-color: #5e5e5e;
}
.table-inverted .table-row-striped {
  background-color: #252526;
}
.table-large th {
  font-weight: bold;
}
.table-large tbody tr:nth-child(odd) {
  background-color: #ededf2;
}
.table-large td,
.table-large th {
  padding: 12px;
}
.table-default.table-striped tr:nth-child(even) {
  background-color: #fafaff;
}
.table-inverted.table-striped tr:nth-child(even) {
  background-color: #252526;
}
.table-default.table-large,
.table-inverted.table-large {
  border: none;
}
.table-default.table-large th,
.table-inverted.table-large th {
  font-weight: bold;
}
.table-default.table-large thead tr,
.table-inverted.table-large thead tr {
  background-color: #fafaff;
  border: none;
}
.table-default.table-large tbody tr:nth-child(odd),
.table-inverted.table-large tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-default.table-large td,
.table-inverted.table-large td,
.table-default.table-large th,
.table-inverted.table-large th {
  padding: 12px;
}

.speech-bubble {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
.speech-bubble-middle {
  flex: 1 1 auto;
  display: flex;
  margin: 0 -1px;
}
.speech-bubble-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.speech-bubble-svg {
  min-height: 100%;
  width: 100%;
  position: absolute;
}
.speech-bubble-svg-left {
  flex: 0 0 auto;
  height: 100%;
}
.speech-bubble-svg-right {
  flex: 0 0 auto;
  height: 100%;
}
.speech-bubble-rotate-positive {
  transform: rotate(7deg);
}
.speech-bubble-rotate-negative {
  transform: rotate(-7deg);
}
.speech-bubble-default .speech-bubble-svg-path {
  fill: #ed0000;
}
.speech-bubble-default .speech-bubble-middle {
  background-color: #ed0000;
}
.speech-bubble-default .speech-bubble-content {
  color: #ffffff;
}
.speech-bubble-sport .speech-bubble-svg-path {
  fill: #00befa;
}
.speech-bubble-sport .speech-bubble-middle {
  background-color: #00befa;
}
.speech-bubble-sport .speech-bubble-content {
  color: #ffffff;
}
.speech-bubble-tur .speech-bubble-svg-path {
  fill: #00d773;
}
.speech-bubble-tur .speech-bubble-middle {
  background-color: #00d773;
}
.speech-bubble-tur .speech-bubble-content {
  color: #ffffff;
}
.speech-bubble-100.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 4.5px) 9px calc(28.20976492%) 4.5px;
  font-size: 9px;
}
.speech-bubble-100.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 4.5px) 4.5px 30.6% 4.5px;
  font-size: 9px;
}
.speech-bubble-100.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 4.5px) 4.5px;
  font-size: 9px;
}
.speech-bubble-100.speech-bubble-sport-3 {
  height: 22.5px;
}
.speech-bubble-100.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -1.125px 0 -3.234375px;
  font-size: 9px;
  line-height: 18px;
}
.speech-bubble-200.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 7px) 14px calc(28.20976492%) 7px;
  font-size: 14px;
}
.speech-bubble-200.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 7px) 7px 30.6% 7px;
  font-size: 14px;
}
.speech-bubble-200.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 7px) 7px;
  font-size: 14px;
}
.speech-bubble-200.speech-bubble-sport-3 {
  height: 35px;
}
.speech-bubble-200.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -1.75px 0 -5.03125px;
  font-size: 14px;
  line-height: 28px;
}
.speech-bubble-300.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 9px) 18px calc(28.20976492%) 9px;
  font-size: 18px;
}
.speech-bubble-300.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 9px) 9px 30.6% 9px;
  font-size: 18px;
}
.speech-bubble-300.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 9px) 9px;
  font-size: 18px;
}
.speech-bubble-300.speech-bubble-sport-3 {
  height: 45px;
}
.speech-bubble-300.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -2.25px 0 -6.46875px;
  font-size: 18px;
  line-height: 36px;
}
.speech-bubble-400.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 10px) 20px calc(28.20976492%) 10px;
  font-size: 20px;
}
.speech-bubble-400.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 10px) 10px 30.6% 10px;
  font-size: 20px;
}
.speech-bubble-400.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 10px) 10px;
  font-size: 20px;
}
.speech-bubble-400.speech-bubble-sport-3 {
  height: 50px;
}
.speech-bubble-400.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -2.5px 0 -7.1875px;
  font-size: 20px;
  line-height: 40px;
}
.speech-bubble-500.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 16.5px) 33px calc(28.20976492%) 16.5px;
  font-size: 33px;
}
.speech-bubble-500.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 16.5px) 16.5px 30.6% 16.5px;
  font-size: 33px;
}
.speech-bubble-500.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 16.5px) 16.5px;
  font-size: 33px;
}
.speech-bubble-500.speech-bubble-sport-3 {
  height: 82.5px;
}
.speech-bubble-500.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -4.125px 0 -11.859375px;
  font-size: 33px;
  line-height: 66px;
}
.speech-bubble-600.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 23px) 46px calc(28.20976492%) 23px;
  font-size: 46px;
}
.speech-bubble-600.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 23px) 23px 30.6% 23px;
  font-size: 46px;
}
.speech-bubble-600.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 23px) 23px;
  font-size: 46px;
}
.speech-bubble-600.speech-bubble-sport-3 {
  height: 115px;
}
.speech-bubble-600.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -5.75px 0 -16.53125px;
  font-size: 46px;
  line-height: 92px;
}
.speech-bubble-700.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 28px) 56px calc(28.20976492%) 28px;
  font-size: 56px;
}
.speech-bubble-700.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 28px) 28px 30.6% 28px;
  font-size: 56px;
}
.speech-bubble-700.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 28px) 28px;
  font-size: 56px;
}
.speech-bubble-700.speech-bubble-sport-3 {
  height: 140px;
}
.speech-bubble-700.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -7px 0 -20.125px;
  font-size: 56px;
  line-height: 112px;
}
.speech-bubble-responsive.speech-bubble-tur-1 .speech-bubble-content {
  padding: calc(28.20976492% - 7px) 14px calc(28.20976492%) 7px;
  font-size: 14px;
}
.speech-bubble-responsive.speech-bubble-sport-1 .speech-bubble-content {
  padding: calc(30.6% - 7px) 7px 30.6% 7px;
  font-size: 14px;
}
.speech-bubble-responsive.speech-bubble-sport-2 .speech-bubble-content {
  padding: calc(50% - 7px) 7px;
  font-size: 14px;
}
.speech-bubble-responsive.speech-bubble-sport-3 {
  height: 35px;
}
.speech-bubble-responsive.speech-bubble-sport-3 .speech-bubble-content {
  margin: 0 -1.75px 0 -5.03125px;
  font-size: 14px;
  line-height: 28px;
}
@media only screen and (min-width: 480px) {
  .speech-bubble-responsive.speech-bubble-tur-1 .speech-bubble-content {
    padding: calc(28.20976492% - 9px) 18px calc(28.20976492%) 9px;
    font-size: 18px;
  }
  .speech-bubble-responsive.speech-bubble-sport-1 .speech-bubble-content {
    padding: calc(30.6% - 9px) 9px 30.6% 9px;
    font-size: 18px;
  }
  .speech-bubble-responsive.speech-bubble-sport-2 .speech-bubble-content {
    padding: calc(50% - 9px) 9px;
    font-size: 18px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 {
    height: 45px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 .speech-bubble-content {
    margin: 0 -2.25px 0 -6.46875px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .speech-bubble-responsive.speech-bubble-tur-1 .speech-bubble-content {
    padding: calc(28.20976492% - 10px) 20px calc(28.20976492%) 10px;
    font-size: 20px;
  }
  .speech-bubble-responsive.speech-bubble-sport-1 .speech-bubble-content {
    padding: calc(30.6% - 10px) 10px 30.6% 10px;
    font-size: 20px;
  }
  .speech-bubble-responsive.speech-bubble-sport-2 .speech-bubble-content {
    padding: calc(50% - 10px) 10px;
    font-size: 20px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 {
    height: 50px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 .speech-bubble-content {
    margin: 0 -2.5px 0 -7.1875px;
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1357px) {
  .speech-bubble-responsive.speech-bubble-tur-1 .speech-bubble-content {
    padding: calc(28.20976492% - 14px) 28px calc(28.20976492%) 14px;
    font-size: 28px;
  }
  .speech-bubble-responsive.speech-bubble-sport-1 .speech-bubble-content {
    padding: calc(30.6% - 14px) 14px 30.6% 14px;
    font-size: 28px;
  }
  .speech-bubble-responsive.speech-bubble-sport-2 .speech-bubble-content {
    padding: calc(50% - 14px) 14px;
    font-size: 28px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 {
    height: 70px;
  }
  .speech-bubble-responsive.speech-bubble-sport-3 .speech-bubble-content {
    margin: 0 -3.5px 0 -10.0625px;
    font-size: 28px;
    line-height: 56px;
  }
}

