.component_button_arrow {
  font-family: goodbook, arial, sans-serif;
  font-size: 14px;
}
.component_button_arrow > a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
  color: #000000;
}
.component_button_arrow > a > span {
  font-size: 18px;
  float: left;
}
.component_button_arrow._7D7D7D > a {
  color: #7D7D7D;
}
.component_button_arrow._7D7D7D > a:hover {
  color: #141212;
}
.component_button_arrow._7D7D7D.disabled > a {
  color: #E0E0E0;
  cursor: default;
}
