@charset "utf-8";
/* css for styling print pop-up display                     */

div[itemprop="articleBody"] {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

*, *:before, *:after {
 box-sizing: inherit;
}

@page {
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}

body, td, th {
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 box-sizing: border-box;
  }

h2 {
    display: none;
}
a {
    color: black;
    text-decoration: none;
}
.print-cv a {
    font-weight: bold;
    color: #6e0000;
}
.hide {
    display: none !important;
}

#content {
    width: 8.5in;
    margin-left: auto;
    margin-right: auto;
}

/* Turn off Print option at top of the page                 */
#pop-print {
    display: none;
}
#profile-header {
/*    display: grid;
    grid-template-columns: 1 tr 3tr; */
    padding-bottom: 0px;
/*    padding-bottom: 15px; */
}
#profile-pic {
/*    grid-column: 1;
    grid-row: 1 / span 2; */
    width: 170px;
    display: block;
    float: left;
    margin-right: 10px;
}
#profile-quote {
/*    grid-column: 2; */
    font-size: 135%;
    font-weight: bold;
    font-style: italic;
    max-width: 70%;
    display: inline-block;
}
#profile-quote p {
    margin-top: 0;
}
#profile-rating {
/*    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    width: 70%;
    display: inline-block;
    text-align: center;
}
#profile-rating p {
    padding-right: 20px;
    padding-left: 20px;
/*    width: 30%; */
    display: inline-block;
    margin: 0;
}
#profile-rating img {
    max-width: 180px;
    max-height: 40px;
}
#cv-right {
    display: none;
}
#contact h3 {
    display: none;
}
#cv-content {
    margin-top: -11px;
    clear: both;
}