.small-padding {
  padding-right: 5px;
  padding-left: 5px;
}

#main-robot img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 100%;
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

h1,
h2,
h3 {
  text-align: center;
  color: #5a5a5a;
}

table {
  color: #5a5a5a;
}

#h-name {
  margin-top: 5x;
}

#h-spec {
  margin-top: 40px;
}

#h-similar {
  margin-top: 40px;
}

.h-name-similar {
  font-size: 1.2em;
  height: 2.4em;
}

.btn-rdk-w80 {
  width: 70%;
  margin-left: 15%;
  color: #fff;
  background-color: #003256;
  border-color: #003256;
}

#btn-browse {
  margin-top: 10px;
}

#btn-dw {
  margin-top: 10px;
}

#btn-view-3d {
  margin-top: 10px;
}

#cards-similar .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

#cards-similar a {
  text-decoration: none;
  outline: none;
}

#cards-similar .card-flyer {
  border-radius: 5px;
}

#cards-similar .card-flyer .image-box {
  background: #ffffff;
  overflow: hidden;
  border-radius: 5px;
}

#cards-similar .card-flyer .image-box img {
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;

  padding-top: 5px;
  padding-bottom: 5px;
  height: 200px;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#cards-similar .card-flyer:hover .image-box img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);

}

#cards-similar .card-flyer .text-container {
  padding: 5px 5px;
}

#cards-similar .card-flyer {
  background: #fff;
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 5px -5px 3px rgba(0, 0, 0, 0.40);
  border: 1px solid #999;
}

#cards-similar .card-flyer:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#btn-all-brand,
button {
  margin-top: 10px;
}

#btn-show-similar,
button {
  margin-top: 10px;
}

#view-3d {
  /* position: absolute; */
  height: 76vh;
  width: 100%;
  padding: 2%;
  border: none;
}