.attribute{
    width: 25%;
    vertical-align: top;
    text-align: left;

}
.values{
    vertical-align: top;
    width: 75%;
}

table{
    width: 100%;
}
.item{
    color: #000;
    font-size: 10pt;
    line-height: 140%;

}
.attribute h3{
    font-size: 10pt;
    font-weight: 700;
    margin: 0;

}
.items{
    padding: 20px;
}

.actions{
    float:right
}
.actions>a{
    font-size:14px;
    color:#3376A4;
    cursor:pointer
}
.actions>a:first-child{
    margin-right:10px
}

@media print{
    .actions{
        display:none
    }
    body{
        margin:0;padding:0
    }
    .items{
        padding: 0;
    }
}
body{
    padding:20px;
    margin:0
}
h1{
    margin:0 15px .8em;
    font-weight:400;
    font-family:arial,sans-serif;
    display: inline-block;
    padding-top: 0px;
    vertical-align: middle;
    line-height: normal;
}
table{

    border-collapse:collapse;
    min-width:50%;
    margin-bottom: 15px;
}
table thead
{
    border-bottom:1px solid #999
}
table th{
    font-weight:700;text-align:left
}
table td, table th{
    padding: 4pt 6pt;
}
.item {
    page-break-after: always;
}

.scroll{
    top:0;
    bottom: 0;
}
.image{
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 5px;
}
.round{
    border-radius: 50%;
}
.inline{
    display: inline-block;
}
