* {
    font-family: 'Open Sans', sans-serif;
    background-color: rgb(219, 239, 248);
}

body {
    width: 230mm;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 12pt;
    /*background: rgb(255, 255, 255);*/
}

.main-info {
    padding-bottom: 20px;
}

.main-info img {
    float: right;
    height: 170px;
    border-radius: 50px;
}

.technology {
    text-align: center;
}

.technology h1 {
    text-align: left;
}

.technology img {
    /*height: 130px;*/
    display: inline-block;
}

li {
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 0.5em;
}

ul ul {
    padding-left: 10px;
    margin: 0;
    list-style-type: none;
}

ul ul > li {
    text-indent: -5px;
}

ul ul > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 5px;
}

div.footer {
    top: 100px;
    position: relative;
}

footer {
    padding: 20px 0 25px;
    text-align: right;
}

.technology{
    height: 180px;
    position: relative;
    top: -100px;
    background: none
}

.other-info{
    top: 100px;
    position: relative;
}

@media print {
    .pagebreak { page-break-before: always; }
}

.print-only{
    display: none;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only{
        display: block;
    }
}