.sb-frame{
width: 450px; 
background-color: #f9f9f9; 
border: 1px solid #9cc1d9; 
text-align: justify; 
font-family: Muli; 
font-size: 11px; 
line-height: 17px;
color: #424e63;
}

.sb-header{
background-color: #9cc1d9; 
height: 180px; 
position: relative;
}

.sb-title{
display: block; 
width: 320px; 
text-align: center; 
font-family: Staatliches; 
font-size: 24px; 
line-height: 20px; 
font-style: italic; 
color: #ffffff; 
text-shadow: 1px 1px 0px #424e63; 
letter-spacing: 2px;
}

sb-quote{
font-family: Muli; 
font-size: 10px; 
font-style: italic; 
text-align: center; 
color: #ddedf8; 
text-shadow: none !important; 
letter-spacing: 1px !important;
}

sb-quote:before{
content: "\201E";
}

sb-quote:after{
content: "\201C";
}

.sb-picture{
position: absolute; 
right: 0px; 
top: 0px; 
height: 140px; 
width: 100px; 
background-color: #fdfdfd; 
padding: 20px 15px;
}

.sb-blurb > input{
display: none;
} 

.sb-blurb > input + label{
display: block; 
background-color: #fdfdfd; 
position: absolute; 
top: 78px; 
right: 120px; 
border-radius: 50%; 
height: 20px; 
width: 20px; 
text-align: center; 
padding: 0px; 
border: 1px solid #9cc1d9; 
z-index: 10; 
background-image: url('https://abload.de/img/sbcodeplusjrcpx.jpeg');
cursor: pointer;
} 

.sb-blurb > input + label + .sb-blurbcontent{
display: none;

} .sb-blurb > input:checked + label + .sb-blurbcontent{
display: block; 
position: absolute; 
left: 0px; 
top: 0px; 
height: 168px; 
width: 295px; 
background-color: #fdfdfd; 
z-index: 9; 
border-right: 15px solid #9cc1d9; 
border-bottom: 2px solid #9cc1d9;
padding: 5px;
line-height: 14px;
column-count: 2;
} 

.sb-blurb > input:checked + label{
background-image: url('https://abload.de/img/sbcodeminus80i9n.jpeg');
cursor: pointer;
}

sb-top{
font-family: Staatliches; 
font-size: 14px; 
font-style: italic; 
color: #9cc1d9;
letter-spacing: 1px;
}

sb-sub{
display: inline-block; 
background-color: #9cc1d9; 
width: 120px; 
text-align: center; 
text-transform: uppercase; 
color: #ffffff; 
font-size: 11px; 
height: 12px !important; 
line-height: 12px !important;
}

.sb-headline{
display: block; 
text-align: right; 
font-family: Staatliches; 
font-size: 30px; 
line-height: 40px; 
color: #8cafc6; 
font-style: italic; 
letter-spacing: 3px; 
padding: 0px 25px 0px 0px; 
text-shadow: -30px 0px 0px #f9f9f9, 30px 0px 0px #f9f9f9; 
overflow: hidden;
border-top: 2px dashed #8cafc6;
border-bottom: 2px dashed #8cafc6;
background-color: #ffffff;
}

sb-text{
display: block;
margin-left: 15px;
margin-right: 15px;
background-color: #f4f4f4;
padding: 5px;
border-top: 1px solid #ececec;
border-bottom: 2px solid #ececec;
border-radius: 3px;
}

.sb-credit{
display: block;
width: 445px;
padding-right: 5px;
text-align: right;
font-family: Arial;
font-size: 8px;
height: 10px;
line-height: 10px;
letter-spacing: 1px;
}

sb-headwords{
display: block;
column-count: 2;
}