.srizon a {
  cursor: pointer;
}

.srizon a:hover {
  text-decoration: underline;
}

.srizon .clickable {
  cursor: pointer;
}

.srizon .clickable:hover h5 {
  font-weight: 300 !important;
}

.srizon .big-icon {
  font-size: 98px;
}

.srizon .ml10 {
  margin-left: 10px !important;
}

.srizon .top50 {
  margin-top: 50px;
}

.srizon .top40 {
  margin-top: 40px;
}

.srizon .top30 {
  margin-top: 30px;
}

.srizon .top20 {
  margin-top: 20px;
}

.srizon .top10 {
  margin-top: 10px;
}

.srizon .top0 {
  margin-top: 0 !important;
}

.srizon .left35 {
  padding-left: 35px;
}

.srizon .bottom0 {
  margin-bottom: 0 !important;
}

.srizon .bottom50 {
  margin-bottom: 50px !important;
}

.srizon .bottom40 {
  margin-bottom: 40px !important;
}

.srizon .bottom30 {
  margin-bottom: 30px !important;
}

.srizon .bottom20 {
  margin-bottom: 20px !important;
}

.srizon .bottom10 {
  margin-bottom: 10px !important;
}

.srizon .pl0 {
  padding-left: 0 !important;
}

.srizon .plr0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.srizon .pl5 {
  padding-left: 5px;
}

.srizon .pr50 {
  padding-right: 50px !important;
}

.srizon .ml0 {
  margin-left: 0 !important;
}

.srizon .mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.srizon .thin {
  font-weight: 200 !important;
}

.srizon .fixed-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 9999;
}

.srizon .fixed-top-right {
  position: fixed;
  top: 40px;
  right: 0;
  width: 300px;
  z-index: 9999;
}

.srizon .no-transform {
  text-transform: none !important;
}

.srizon {
  margin-top: 10px !important;
}

.srizon .input-field p {
  margin: 0;
}

.srizon .input-field .range-field input {
  margin: 5px 0;
}

.srizon .info-point {
  font-size: 18px;
  font-weight: 200;
}

.srizon .info-row {
  margin-top: 20px;
  font-size: 15px;
}

.srizon .info-row .col {
  padding: 5px 2px;
  border-bottom: 2px solid #e0e0e0;
}

.srizon .info-row span {
  padding-right: 20px;
  font-weight: 200;
}

.srizon .info-row span strong {
  font-size: 16px;
  font-weight: 400;
}

