/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.gosign-promobox-textbox {
  width: 80%;
  float: left;
  padding: 20px; }

.gosign-promobox-button {
  width: 20%;
  float: left; }
  .gosign-promobox-button a {
    height: 30px;
    line-height: 28px;
    position: absolute;
    text-align: center !important;
    padding: 0 12px 13px;
    right: 20px;
    top: 0;
    bottom: 0;
    border: 1px solid #ccc;
    margin: auto;
    font-size: 14px; }

.gosign-promobox-clearboth {
  clear: both; }
