@CHARSET "UTF-8";

input[type="button"]
{
 display:none;
}

.printable{
padding:20px;
}

.printable .title_bk{
font-size:1.2em;
font-weight:bolder;
color:#000000;
}

.printable .info_bk{
font-size:0.8em;
font-weight:normal;
color:#000000;
}

.printable .attribute_bk{
font-size:0.8em;
font-weight:bolder;
color:#000000;
}

.printable .highlighted_bk{
font-weight:bolder;
color:#000000;
}

.printable .text_bk{
font-size:1em;
font-weight:normal;
color:#000000;
}

.printable .image{
width:50%;
float:left;
margin-right:0.666em;
margin-bottom:0.666em;
}

.printable .source{
margin-top:0.666em;
text-align:right;
}