.open-print {
  color: #0073ae;
  font-family: "Roboto","Arial",sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 10px;
  line-height: 1;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;

  display: inline-block;
  border: 3px solid #fdb913;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ffffff;

  /* we want this button up and to the right */
  position: absolute;
  right: 0;
  top: -45px;
}

.open-print:hover {
  border-color: #fff;
  background-color: #fff;
  color: #0073ae;
}

.ckeditor-accordion-container {
  /* necessary for the button positioning above */
  position: relative;
}
