.rcorners1 {
    border-radius: 20px;
}

.pdfBorder {
    border: 1px solid black;
}

.print_only {
    display: none;
}

.no_print {
    display: block;
}

@media print {
    .md-typeset .h_600 {
        height: 600px;
    }
    .print_only {
        display: block;
    }
    .no_print {
        display: none;
    }
}

.md-typeset .txt-red {
    color: red;
}

.md-typeset .txt-green {
    color: lime;
}

.md-typeset .txt-pink {
    color: hotpink;
}

.cap-ctr {
    font-weight: bold;
    text-align: center;
}

.md-typeset .step_img object, .step_img img {
    margin-top: 25px;
}

#photo_img img {
    height: 150px;
    width: 267px;
    margin-top: 5px;
}