* {
    margin: 0px 0px;
    padding: 0px 0px;
    box-sizing: border-box;
}
/*body {
        width: 100%;
        height:100%;
        padding: 0px;
    }*/

body p {
    font-size: 16px;
}
h1 {
    font-size: 44px;
}
h3 {
    font-size: 28px;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.modal-body {
    padding-left: 30px;
}
/* for sticky nav bar */

.sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}
.sticky {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    background-color: #6B635D;
    border-radius: 0;
}
.sticky a {
    color: white !important;
}
.sticky a:hover {
    color: rgb(200, 200, 200) !important;
}
.navbar-collapse {
    border: 0;
    min-width: 200px;
}
.clear-nav .navbar-default {
    background: transparent;
    border: none;
}
.clear-nav .navbar-nav > li > a {
    color: rgb(220, 220, 220);
    outline: none;
}
.clear-nav .navbar-nav > li > a:hover {
    background-color: rgba(255, 255, 255, .8);
}
.nav > li > a {
    outline-color: white;
}
nav .container {
    margin: 0 !important;
    width: 100%;
}
.margin-fix {
    padding-right: 0;
    margin-left: 0;
}
hr {
    margin-top: 70px;
}
.icon-bar {
    background-color: white !important;
}
@media all and (max-width: 720px) {
    #framing {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
}
#framing p {
    margin-left: 20px;
    margin-right: 14px;
}
#framing img {
    height: auto;
    width: 100%;
    padding: 4% 8%;
}
.infographics img {
    padding: 0 2% 0 14px;
}
.info {
    padding: 3% 2% 2% 20px;
    color: #414042;
    font-family: georgia, serif;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.info-header {
    text-align: center;
}
.first-word {
    font-size: 50px;
    color: #d16103;
    float: left;
    font-weight: bold;
    line-height: .8;
    padding: 2px 4px 0 0;
}
.viz {
    margin-top: 10vh;
}
@media all and (max-width: 720px) {
    .viz {
        margin-top: 30vh;
    }
}
/* These next two classes are an attempt to remove them from the media query section entirely. Instead of media queries, I tried using vh to set their various heights, since that's what you used for the survey-title as a whole. It seems to work fairly well - keeps everything visible at typical screen sizes. Was this a bad idea? */

.survey-title h1 {
    margin: 3vh 10%;
    color: white !important;
    letter-spacing: 1px;
    line-height: 8vh;
    font-family: 'Georgia';
    font-size: 6vh !important;
    text-align: center !important;
    font-weight: normal !important;
}
/* this adds translucent black background to collapsed navbar, but it adds it to both:;
@media only screen and (max-width: 766px) {
    .collapsing, .in {
        background-color: rgba(0, 0, 0, .2);
    }
}
*/

.survey-subtitle p {
    margin: 1vh 10%;
    color: #fff;
    letter-spacing: 2px;
    line-height: 3vh;
    font-size: 2.5vh !important;
    text-align: center !important;
}
.section-title h1 {
    margin: 3vh 10%;
    color: white !important;
    letter-spacing: 1px;
    line-height: 7.5vw;
    font-family: 'Georgia';
    font-size: 8vw !important;
    text-align: center !important;
    font-weight: normal !important;
}
.overall-title h1 {
    margin: 3vh 10%;
    color: white !important;
    letter-spacing: 1px;
    line-height: 7vw;
    font-family: 'Georgia';
    font-size: 7vw !important;
    text-align: center !important;
    font-weight: normal !important;
}
.section-subtitle p {
    margin: 1vh 10%;
    color: #fff;
    letter-spacing: 2px;
    line-height: 3.5vw;
    font-size: 3vw !important;
    text-align: center !important;
}
@media all and (min-width: 720px) {
    .overall-title p {
        line-height: 22px;
        font-size: 18px !important;
    }
}
@media all and (max-width: 720px) {
    .overall-title p {
        line-height: 16px;
        font-size: 14px !important;
    }
    .section-subtitle p {
        line-height: 16px;
        font-size: 14px !important;
    }
    .overall-title h1 {
        line-height: 10vw;
        font-size: 10vw !important;
    }
}
#BoardVolunteerism p {
    text-align: center;
}
#BoardVolunteerism h1 {
    text-align: center;
    font-family: 'Georgia';
}
/* needed some extra magic beyond bootstrap to make header responsive */

@media all and (min-width: 720px) {
    .callout {
        /*
        height: 500px;
        width: 100%;
        margin: 0px;
        padding: 0px;
        text-align: center;*/
    }
    .callout-image {
        border: solid 5px #fff;
        margin: 2% 2%;
        width: 100%;
        height: 30%;
    }
    .callout h2 {
        color: #fff;
        font-family: 'open sans', Arial, sans-serif;
        font-size: 1.7em !important;
        line-height: 1.5em !important;
        text-transform: uppercase;
        margin-left: 5%;
        margin-bottom: 10%;
    }
    .callout h3 {
        font-family: 'open sans', Arial, Helvetica, sans-serif;
        border: 3px solid #fff;
        color: #fff;
        display: block;
        font-size: 14px;
        letter-spacing: 2px;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        margin-top: 7%;
        margin-left: 5%;
        margin-bottom: 15%;
    }
    .callout-text {
        font-family: 'open sans', serif;
        /*font-size: 1.7em !important;*/
        
        font-size: 14px !important;
        line-height: 1.5em !important;
        text-transform: uppercase;
    }
    /*
    .callout img {
        border: solid 10px #fff;
        margin-top: 7%;
        margin-right: 5%;
    }
    */
    /*
    .callout iframe {
        border: solid 10px #fff;
        margin-top: 7%;
        margin-right: 5%;
    }
    */
    
    .callout p a {
        font-family: 'open sans', 'arial';
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        text-align: center;
    }
    .callout i {
        font-size: 20px;
        color: #fff;
    }
}
@media all and (max-width: 720px) {
    .sticky .social-button {
        height: 20px;
        margin-top: 6px;
    }
}
@media all and (max-width: 720px) {
    .social-buttons .social-button {
        height: 20px;
        margin-top: 6px;
    }
}
/*
@media all and (min-width: 450px) and (max-width: 720px) {
    .survey-title h1 {
        padding: 4px;
        color: red;
        letter-spacing: 1px;
        font-family: 'Georgia';
        font-size: 50px !important;
        text-align: center !important;
    }
}
*/

@media all and (min-width: 350px) and (max-width: 449px) {
    /*
    .survey-title h1 {
        padding: 4px;
        color: green;
        letter-spacing: 1px;
        font-family: 'Georgia';
        font-size: 30px !important;
        text-align: center !important;
    }
    */
    /*
    .survey-subtitle {
        margin: 1vh 10%;
        color: #fff;
        letter-spacing: 2px;
        font-family: 'Arial' 'sans-serif';
        font-size: 2.5vh !important;
        text-align: center !important;
        
        margin: 1% 10%;
        color: #fff;
        letter-spacing: 2px;
        font-family: 'Arial' 'sans-serif';
        font-size: 20px !important;
        text-align: center !important;

        padding: 4px;
        color: green;
        letter-spacing: 1px;
        font-family: 'Georgia';
        font-size: 30px !important;
        text-align: center !important;
    }
    */
}
/*section { 
        margin-bottom: 7%;
    }*/

.survey-title {
    background-image: linear-gradient(rgba(0, 0, 0, .50), rgba(0, 0, 0, .50)), url('img/building.jpg');
    background-size: cover;
    background-position: center;
    height: 85vh;
    /*
    min-height: 270px;
    */
}
.survey-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    background-size: cover;
    background-position: center;
    height: 110vh;
    margin-top: 8vh;
    padding-top: 40vh;
}
@media all and (min-width: 1200px) {
    .section-title {
        background-attachment: fixed;
    }
}
#Entrepreneurship {
    background-image: linear-gradient(rgba(82, 133, 76, .70), rgba(82, 133, 76, .70)), url('img/entrepreneurship.jpg');
}
#BoardService {
    background-image: linear-gradient(rgba(78, 132, 196, .70), rgba(78, 132, 196, .70)), url('img/boardservice.jpg');
}
#Volunteerism {
    background-image: linear-gradient(rgba(209, 97, 3, .30), rgba(209, 97, 3, .30)), url('img/volunteerism.jpg');
}
.logo {
    margin: -2vh 0 2vh 0;
}
.center {
    display: block;
    margin: 0 auto !important;
}
.social-button {
    width: auto;
    height: 30px;
    float: right;
    /*
    max-height: 90%;
    */
    
    margin-right: 5px;
}
.social-buttons {
    background-color: #6B635D;
    height: 50px;
    width: auto;
    padding: 8px 0 0 8px;
    float: right;
    margin: 0 15px 0 0;
}
.grey {
    background-color: #6B635D;
}
.nav-container {
    text-align: right;
    background-color: #293352;
    height: 10vh;
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: 50px;
    min-height: 26px;
}
.nav-container a {
    color: white;
}
.nav-container ul {
    display: inline-block;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 0px !important;
}
.nav-container ul li {
    /*float: left;*/
}
.nav-container ul a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0;
    width: 150px;
    color: #fff;
    /*background: rgb(82,133,76);*/
    /*border-left: 1px solid #fff;*/
    
    text-align: center;
    font-family: 'Georgia', 'Serif';
    font-size: 15px;
    letter-spacing: 5px;
}
.nav-container ul a:hover {
    /*background: rgb(195,215,164);*/
    
    color: black;
}
.nav a {
    color: white;
}
#intro {
    margin: 7% 6%;
}
#intro img {
    margin-left: 10%;
}
#outro {
    margin: 7% 6%;
}
#outro img {
    margin-left: 10%;
    border-radius: 50%;
    border: solid 3px #a51c30;
}
.quoteblock {
    margin: 16vh 0;
    float: left;
}
.quoteblock img {
    border-radius: 50%;
    border: solid 3px #a51c30;
}
.quote {
    color: #414042;
    font-family: georgia, serif;
    font-size: 18px;
    line-height: 28px;
    padding: 0 6vw;
}
.quote-attr {
    font-weight: bold;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    padding: 0 6vw 0 7vw;
    text-transform: uppercase;
}
#menu {} #menu h2 {
    font-size: 40px;
    text-align: center;
    margin-top: 7%;
    margin-bottom: 2%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.15;
    text-transform: uppercase;
    color: #293352;
}
.parent-menu-box {
    /*margin-left: 10%;
        margin-right: 10%;*/
    
    margin: 7% 10%;
}
.menu-box {
    margin: 2% 2%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #293352 !important;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border: solid 5px #293352;
}
.menu-box a {
    text-decoration: none !important;
    color: #fff;
}
.menu-box a:hover {
    text-decoration: none !important;
    color: #fff;
}
.background-parchment {
    background-color: rgb(243, 243, 241);
}
.background-med-gray {
    background-color: #DFDFDF;
}
.background-slate {
    background-color: #8996a0 !important;
}
.background-mortar {
    background-color: #8C8179;
}
.fixed-bg {
    /* The background image */
    
    background-image: linear-gradient(rgba(51, 64, 102, .70), rgba(51, 64, 102, .70)), url("../img/content/hbs.jpeg");
    /* Set a specified height, or the minimum height for the background image */
    
    min-height: 100vh;
    /* Set background image to fixed (don't scroll along with the page) */
    
    background-attachment: fixed;
    /* Center the background image */
    
    background-position: center;
    /* Set the background image to no repeat */
    
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    
    background-size: cover;
}
.section-header {
    margin-top: 3%;
    margin-bottom: 5px;
}
.section-header img {}
/*   */

.city, .wcity {
    fill: #f4edca;
    stroke: #1e1e1e;
    fill-opacity: .90;
}
.city:hover, .wcity:hover {
    fill: #f4edca;
    stroke-width: 0.5px;
    stroke: #1e1e1e;
    cursor: pointer;
    fill-opacity: 1;
}
.city-hide {
    fill: none;
    stroke: #1e1e1e;
    fill-opactiy: .90;
}
.city-hide:hover {
    fill: none;
    stroke-width: 0px;
    stroke: none;
    cursor: none;
}
/************ REGIONAL MAPS CSS ***********/

.background {
    fill: none;
    pointer-events: all;
}
.state-boundary {
    fill: none;
    stroke: #1e1e1e;
}
.state-boundary-show {
    stroke: #1e1e1e;
    fill: none;
}
.division {
    fill: #ccc;
    stroke: #000;
    stroke-width: .5px;
    fill-opacity: .91;
}
.division:hover {
    fill: #ccc;
    stroke: #000;
    stroke-width: 1.0px;
}
.division-hide {
    display: none;
}
.country {
    stroke-width: .5px;
    stroke: #1e1e1e;
    cursor: pointer;
}
.map-parent {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border: solid 3px #a51c30;
    /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.pin {
    height: 30px;
    width: 30px;
}
#geo-mass {
    width: 100%;
    height: 90%;
    margin: 0px;
    padding: 0px;
}
#mass-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#mass-map svg image {
    cursor: pointer;
}
#geo-silicon {
    width: 100%;
    height: 90%;
    margin: 0px;
    padding: 0px;
}
#silicon-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#silicon-map svg image {
    cursor: pointer;
}
/* industry graph */

.buttonContainer {
    margin-left: 15%;
}
.age-button {
    margin-right: 1%
}
.btn-success.disabled {
    border-color: white;
    background-color: #52854c;
}
.filter-age .btn-default {
    background-color: #c3d7a4;
    color: white;
    border-color: white;
}
.filter-age .btn-default:hover {
    background-color: #ACBD91;
    color: white;
    border-color: white;
}
.filter-age .btn-primary {
    background-color: #52854c;
    border-color: white;
}
/*
.filter-industry .btn-primary {
    background-color: #c3d7a4;
    border-color: #c3d7a4;
}
*/

.btn-primary {
    background-color: #c3d7a4;
    border-color: #c3d7a4;
    color: black;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #c3d7a4 !important;
    border-color: #c3d7a4;
    color: black;
}
.filter-board-industry .btn-primary, .filter-board-industry .btn-primary:hover, .filter-board-industry .btn-primary:active, .filter-board-industry .btn-primary:focus {
    background-color: #4e84c4 !important;
    border-color: white;
    color: white;
}
.ind-age-filter .btn-primary, .ind-age-filter .btn-primary:hover, .ind-age-filter .btn-primary:active, .ind-age-filter .btn-primary:focus {
    background-color: #52854c !important;
    border-color: white;
    color: white;
}
.ind-age-filter .btn-default {
    background-color: #c3d7a4;
    border-color: white;
}
.ind-age-filter .btn-default:hover {
    background-color: #ACBD91;
}
.filter-board-age .btn-primary, .filter-board-age .btn-primary:hover, .filter-board-age .btn-primary:active, .filter-board-age .btn-primary:focus {
    background-color: #293352 !important;
    border-color: white;
    color: white;
}
.filter-board-age .btn-default {
    background-color: #4e84c4 !important;
    color: white;
    border-color: white;
}
.filter-board-age .btn-default:hover {
    background-color: #386ba7;
    color: white;
    border-color: white;
}
.filter-board-age .btn-primary {
    background-color: #293352;
    border-color: white;
}
.filter-board-industry .btn-primary {
    background-color: #4e84c4;
    border-color: #4e84c4;
    color: white;
}
.bottom-align-row {
    position: relative;
}
.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom-align-text h3 {
    margin-bottom: 0;
}
#tooltip {
    position: absolute;
}
.hoverbox {
    padding-bottom: 0;
    padding-top: 3px;
    z-index: 10001;
    position: absolute;
    z-index: 10001;
    position: absolute;
    display: block;
    width: 167px;
    height: 80px;
    pointer-events: none;
    background-color: white;
    color: #1e1e1e;
    margin: 0;
    /*padding:0px;*/
    
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 3px 3 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3 3px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    border: .5px solid #E6E6E6;
    opacity: 0;
    font-size: 14px;
    line-height: 145%;
}
.table-tooltip {
    z-index: 10001;
    position: absolute;
    background-color: #fff;
}
.table-tooltip td {
    padding: 5px;
}
table {
    border-bottom: solid 1px rgb(80, 80, 80);
    border-left: solid 1px rgb(80, 80, 80);
    border-right: solid 1px rgb(80, 80, 80);
    /*border-collapse: collapse;*/
    
    color: #1e1e1e;
    font-size: 12px;
    background-color: #fcfcfc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    /*border: 1px solid #8c8179;*/
}
table caption {
    padding-left: 5px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    background-color: rgb(80, 80, 80);
    text-align: left;
    border-left: solid 1px rgb(80, 80, 80);
    border-right: solid 1px rgb(80, 80, 80);
}
/************** END REGIONAL MAP CSS ****************************/
/************** MAP NAV RELATED CSS ****************************/

#dbselection li {
    list-style: none;
    border: 1px solid #CCC;
    border-radius: 8%;
    float: left;
    width: 8%;
    padding: 2px;
    text-align: center;
    color: #1e1e1e;
    cursor: pointer;
}
#dbselection li:hover {
    list-style: none;
    border: 1px solid #CCC;
    border-radius: 8%;
    float: left;
    width: 8%;
    padding: 2px;
    text-align: center;
    color: #fff;
    background-color: #4e84c4;
    cursor: pointer;
}
.volunteer {
    /*height: 100vh;*/
    
    background-color: #DCE2E2;
    margin-top: 0;
    padding-bottom: 3%;
    overflow: hidden;
}
.volunteer-chart {
    border: solid 3px #a51c30;
    margin-left: 12%;
    margin-right: 12%;
    margin-bottom: 5%;
}
/*.volunteerism img {
    border: solid 3px #226974;
}*/

.board {
    width: 100%;
}
.board p {
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 2%;
}
*/
/* new classes from here on */

.white-pills a {
    color: #FFF;
}
.white-pills a:hover {
    color: SteelBlue;
}
.red {
    font: 14px Georgia, "Times New Roman", Times, Serif;
}
.bottom-buffer-basic {
    margin-bottom: 15px;
    /*margin-left: 0;*/
    
    margin-right: 0;
}
.bottom-buffer-large {
    margin-bottom: 30px;
}
.bottom-buffer-small {
    margin-bottom: 5px;
}
.left-buffer {
    margin-left: 10px;
}
.top-buffer {
    margin-top: 15px;
}
.top-buffer-small {
    margin-top: 5px;
}
@media all and (min-width: 992px) {
    .top-buffer-large {
        margin-top: 46px;
    }
}
.left-label {
    text-align: right;
    padding-right: 5px;
    float: left;
}
.right-label {
    padding-left: 5px;
    float: left;
}
.colorLegend {
    float: right;
}
.colorLegendText {
    line-height: 1;
    height: 28px;
    border-width: 1px;
    border-color: white;
    border-style: none none none solid;
    margin-left: 0px;
    margin-top: 2px;
    font-size: .8em;
}
#worldColorLegend {
    float: left;
}
#usColorLegend {
    float: left;
}
.panel-heading {
    font-size: 20px;
    font-weight: bold;
    color: white !important;
    background-color: rgb(165, 28, 48) !important;
}
.panel-footer a {
    color: gray;
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%; 
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; 
  }
}


/* footer css, mostly taken from the HPAC example and modified  */

.caption {
    margin-top: -10px;
    font-size: 12px;
    color: rgb(120, 120, 120);
}
.footnote {
    font-size: 12px;
    color: rgb(120, 120, 120);
    margin: 0 5%;
}
footer {
    margin-top: 40px;
    padding-top: 9px;
    background: #333333;
    color: #d3d3d3;
    font: 12px Arial, Verdana, sans-serif;
}
footer li {
    /*
    padding: 9px 0 9px 0;
    */
    
    border-style: solid;
    border-color: #d3d3d3;
    border-width: 0;
}
footer .border {
    border-width: 0 1px 0 0;
}
footer a {
    color: #d3d3d3;
    text-decoration: underline;
}
footer .links a {
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    /*
    padding-right: 9px;
    padding-left: 9px;
    */
}
footer .first-link {
    padding-left: 0 !important;
}
footer a:hover {
    color: white;
}
footer img {
    width: 150px;
    height: 150px;
    float: left;
}
footer .dot {
    margin: 0 9px 0 9px;
}
.footer1 {
    background: #333333;
    color: white;
}
.footer1, .footer2 {
    padding: 10px 10px 0 10px;
    height: auto;
}
.footer1 a {
    color: white;
    text-decoration: underline;
}
.footer1 ul {
    display: block;
    margin: 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
footer ul {
    margin-bottom: 0;
}
footer li {
    text-align: -webkit-match-parent;
    list-style: none;
    list-style-type: none;
}
footer li.first, footer li.econnect {
    border: none;
    padding-left: 0;
}
footer li.second {
    vertical-align: top;
    padding-top: 9px;
    padding-bottom: 12px;
    border-left: 1px solid #d3d3d3;
    padding-left: 25px;
    padding-right: 0;
}
.footer1 li {
    border-left: 2px solid #d3d3d3;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-left: 3vw;
    padding-right: 3vw;
    height: 83px;
    padding-top: 15px;
    margin-top: -8px;
    vertical-align: top;
}
.footer1, .footer2, #block-search-form input[type="text"], input#control_EMAIL {
    font: 12px Arial, Verdana, sans-serif;
}
.footer2 {
    color: #d3d3d3;
    background: #333333;
    padding: 10px;
}
.footer2 a {
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 9px;
    font-weight: bold;
}
.footer2 a.first-link {
    padding-left: 0;
}
footer .copyright {
    color: gray;
}
.footer2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
