.CVContentBox { overflow: auto; height: 400px; box-sizing: border-box; margin-top: 10px; border: 1px solid #e0e0e0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; -webkit-transition: all .8s ease-in; -moz-transition: all .8s ease-in; -o-transition: all .8s ease-in; -ms-transition: all .8s ease-in; transition: all .8s ease-in; }
.ContentViewer .CVrow { display: flex; flex-flow: row; border-top: 1px solid #e0e0e0; }
.ContentViewer .CVrow:nth-child(even) { background-color: #f5f5f5; }
.ContentViewer .CVrow:first-child { border-top: 0px; }
.ContentViewer .CVContext { padding: 6px 4px; width: 100%; }
.ContentViewer .CVTitle {font-weight: 400;font-size: 1.2em;display: block;color: #071F77;border-bottom: 1px solid #e0e0e0;margin-bottom: 7px;}
.ContentViewer .CVContent {padding: 0 0 6px 6px;display: block;margin-left: 6px;border-left: 1px solid #e0e0e0;font-style: italic;color: #333;}
.ContentViewer .CVLink { white-space: nowrap;color: #0071BD; text-decoration: none; margin-left: auto; padding: 6px; border-left: 1px solid #ccc; display: flex; align-items: center; background-color: aliceblue; }
.ContentViewer .CVLink:hover { background-image: -moz-linear-gradient( center top, #413529 5%, #887770 100% ); }
