#print-modal {
    background: #FFF;
    position: absolute;
    left: 40%;
    margin: 0 0 0 -20%;
    padding: 0 68px;
    width: 60% !important;
    overflow-y: scroll !important;
}

#print-modal-content {
    margin: 68px 0;
    border: none;
    overflow: hidden;
    width: 100%;
}

#print-modal-controls {
    border: 1px solid #ccc;
    border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -81px;
    position: fixed;
    padding: 5px 0;
    background: rgba(250, 250, 250, 0.75);
}

#print-modal-controls a {
    color: #666 !important;
    display: block;
    float: left;
    height: 32px;
    text-decoration: none;
    width: 80px;
    text-align: center;
    padding-top: 5px;
}

#print-modal-controls a:hover {
    opacity: 0.75;
}