/* Put CSS in here to overide the main stylesheet. Will not be overwritten by SASS changes */


a.dkpdf-button,
a.dkpdf-button {
   padding: 15px;
   font-weight: 500;
   box-sizing: border-box;
   color: #333 !important;
   border: 1px solid #a6a6a6;
   cursor: pointer;
   outline: none;
   position: relative;
   display: flex !important;
   align-items: center;
   margin-bottom: 15px;
}

.dkpdf-button-icon {
   display: none;
}

a.dkpdf-button:hover {
   color: #e8308a !important;
   border-color: #e8308a
}

a.dkpdf-button::after {
   content: '';
   margin-left: auto;
   display: inline-block;
   width: 10px;
   height: 10px;
}

a.dkpdf-button:after {
   background: url(http://ealaw.wearebuildingyour.website/wp-content/themes/gubbinz/_/img/eal-download-arrow-10x10.svg) no-repeat center center/contain;
}

.dkpdf-button-container {
   padding: 0 !important;
   float: none !important;
}