@font-face {
  font-family: 'rubik';
  src: url('/wp-includes/fonts/Rubik-VariableFont_wght.ttf');
}

body{
  font-family: 'rubik',arial;
}

.bond-reports, .short-reports {
  font-size: 16px;
  text-align: center;
  max-width: 800px;
  margin: 15px auto;
}

h1 {
  text-align: center;
}

th, td {
  width: 9%;
}

#short-results {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#bond-results {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#title-results {
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#display-results{
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  position: relative;
}

#display-results>li{
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  direction: rtl;
}

.bond-val {
  list-style-type: none;
  margin: 12px;
      padding-inline-start: 0px;
  text-align: center;
  direction: ltr;
}

.green {
    margin: 2px;
  color: #239B56;
  font-weight: bold;
}

.red {
    margin: 2px;
  color: #CB4335;
  font-weight: bold;
}

.bond-val>li:nth-child(1) {
  font-size: .8em;
}


.bond-content {
  list-style-type: none;
  margin: 5px;
  padding: 8.5px;
  font-size: 0.95em;
  text-align: center;
  width: 100%;
  background-color: #bdc2c2;
  display: flex;
  align-items: center;
}

.shorts-content {
  list-style-type: none;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 13px;
  text-align: center;
  width: 100%;
  background-color: #bdc2c2;
}

.time-content {
  list-style-type: none;
  padding: 15px 0px 10px 0px;
}
.time-content>span {
  background-color: #242424;
  color: white;
  font-size: 0.8em;
  padding: 5px;
  border-radius: 3px;
}

.bond-title, .short-title {
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background-color: #476b6b;
  color: white;
  position: relative;
}

.short-title>li {
  display: inline-block;
  box-sizing: border-box;
  width: 9%;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  direction: ltr;
}

.shorts-content>li {
  display: inline-block;
  box-sizing: border-box;
  width: 9%;
  min-height: 30px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  direction: ltr;
}

.bond-name {
  display: inline-block;
  width: 35%;
  padding-left: 5px;
  text-align: right;
}

.bond-report, .short-report {
  display: inline-block;
  width: 55%;
  text-align: right;
}

.bond-time{
  padding-left:15px;
}

.bond-title>.bond-report {
  text-align: center;
}


.bond-tab {
  list-style-type: none;
  cursor: pointer;
  margin: 20px auto;
  max-width: 550px;
  padding-inline-start: 0px;
  white-space: nowrap;
  text-align: center;
}



.bond-tab>li {
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  margin: 5px 0px 0px 5px;
  background-color: silver;
}

#world-content>tr:nth-child(odd) {
    background-color: #BFC9CA;
}

#world-content>tr>td:nth-child(1), th:nth-child(n+2) {
    background-color: #839192;
}



#short-results::-webkit-scrollbar-track
{
  background-color: transparent;
}

#short-results::-webkit-scrollbar
{
  width: 5px;
  background-color: transparent;
}

#short-results::-webkit-scrollbar-thumb
{
  background-color: #476b6b;
}

#bond-results::-webkit-scrollbar-track
{
  background-color: transparent;
}

#bond-results::-webkit-scrollbar
{
  width: 5px;
  background-color: transparent;
}

#bond-results::-webkit-scrollbar-thumb
{
  background-color: #476b6b;
}

@media only screen and (max-width: 600px) {
  .bond-tab {
    overflow-x: scroll;
  }
  td:nth-child(3), th:nth-child(3), td:nth-child(n+6), th:nth-child(n+6) {
    display: none;
  }
  .short-title>li, .shorts-content>li {
    width: 24%;
  }
  .short-title>li:nth-child(2), .short-title>li:nth-child(5), .short-title>li:nth-child(n+7),
  .shorts-content>li:nth-child(2), .shorts-content>li:nth-child(5), .shorts-content>li:nth-child(n+7) {
    display: none;
  }
}
