.bbcodesfield  h1 { text-transform: uppercase;font-size: 55px;margin-top: 0px;padding-top: 0px;line-height: 60px ;}
.bbcodesfield  h2 { text-transform: uppercase;font-size: var(--headline-size-medium); line-height: var(--headline-ln-size-medium);margin-top: 0px;margin-bottom: 15px; }

/** Attachment Link **/
.bbcodesfield a[kind="attachment"]:not(.plain) { background:url(./images/download.png) 10px center no-repeat #b0c9e6;color:#0e4f70 !important;padding:10px 17px 10px 48px;margin:10px 0px;display:inline-block;}
.bbcodesfield a[kind="attachment"]:hover:not(.plain) {  background:url(./images/download.png) 10px center no-repeat #9fbbdc;}
.bbcodesfield a[kind="attachment"] span.ul { color:#fff;}
.bbcodesfield a[kind="attachment"].plain span.ul { color:#858585 !important;}
.bbcodesfield a[kind="attachment"].plain {display:inline-block;background-color:rgba(0,0,0,0.1);padding:3px 10px;border-radius:3px;}
.bbcodesfield a[kind="attachment"].plain .dl { cursor:pointer; }
.bbcodesfield a[kind="attachment"].plain:hover { background-color:rgba(0,0,0,0.2);}
.bbcodesfield a[kind="attachment"] .percentbar { position:absolute;bottom:0px;left:0px;height:2px;background-color:#06344b;}
.bbcodesfield a[kind="attachment"] .percentbar div {display:none;}
.bbcodesfield a[kind="attachment"] { position:relative;cursor:pointer;} 

.bbcodesfield .breaker { float:clear;clear:both;width:100%; }