div.SimulatorView .views-field-field-sim-top-tips {
  float: left;
  width: 62%;
  margin-right: 4%;
  padding-top: 15px;
  padding-bottom: 15px;
}

div.SimulatorView .views-field-field-sim-top-tips .field-content {
  height: 205px;
  padding-bottom: 10px;
  overflow: auto;
  background: #bfdded;
}

div.SimulatorView .views-label-field-sim-top-tips {
  background-color: #35aab6;
}

.views-field.views-field-field-sim-top-tips {
  text-align: center;
}

.RideSimTopTipsStatus {
  padding-top: 5px;
  padding-bottom: 5px;
}

.RideSimTopTipsStatus--warning {
  background: #e12c71;
}

.RideSimTopTipsStatus--ready {
  background: #86e61f;
}

div.SimulatorView .views-field-field-sim-top-tips .field-content::-webkit-scrollbar {
  width: 5px;
}

div.SimulatorView .views-field-field-sim-top-tips .field-content::-webkit-scrollbar-track {
  background: #a5d9ec;
}

div.SimulatorView .views-field-field-sim-top-tips .field-content::-webkit-scrollbar-thumb {
  background: #0e4f74;
}

@media only screen and (max-width: 768px) {
  div.SimulatorView .views-field-field-sim-top-tips {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
