.penhed-printgemknap{
    background: transparent;
    border: none !important;
    padding-left: 1px;
}

.printgembox{
    border: 1px solid #c5c5c5;
    /*border-radius: 2px;*/
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333333;
    background-color: #fff;
}

.erstkrone{
    height: 16px;
    width: 16px;
    margin-left: -1px;
    background-image:url(../images/erhverv-krone.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.printgembox .row:not(:last-child) {
    width: 100%;
    margin:0;
    border-bottom: solid 1px #ccc;
}
@media (max-width: 768px) {
    .printgembox .row:nth-child(4) {
        display:none;
    }
}

.printgembox .dropdown-menu .row {
    border-bottom: none;
}

.printgembox .row:last-child {
    margin:0;
    width: 100%;
}

.printgembox .row:last-child:hover {
    /*background: #ccc;*/
}

.printgembox a {
    display: block;
    height: 100%;
    width: 100%;
}

.printgembox a,.printgembox a:hover  {
    text-decoration: none;
    color:#333;
}
.printgembox span {
    margin-right:5px;
    color: #a64388;
}

.printgemboxrow{
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 15px;

}

@media print {
    .no-print, .no-print *, #toolbar, #toolbar *, #eksCookiePrompt {
        display: none !important;
    }
}
