/* These styles are used only in the backend editor */

/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any Theme-CSS to make the editor display look more like the real frontend */
a.download{font-weight:400;position:relative;min-height:50px;width:100%;box-sizing:border-box;padding-left:65px;display:flex;align-items:center;}

a.download:before{content:"";height:50px;width:50px;position:absolute;left:0;top:0;bottom:0;margin:auto;background:url("images/download.png") center center no-repeat;background-size:cover;}

.important{position:relative;display:inline-flex;align-items:flex-start;}

.important:before{content:"";width:20px;height:20px;margin-right:7px;background:url("images/danger.png") center center no-repeat;background-size:cover;}