/* Center block equations */
div.eq {
    text-align: center;
} 

/* Align inline equations with parents content area */
span.eq img {
    vertical-align: text-bottom;
} 

body {
    background: #ffffff;
    border: none;
    color: #333;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

h1, h2, h3 {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-align: left;
}

p {
    text-align: left;
}

h1 {
    font-size: 2.0em;
    color: #0000a0;
    padding-top: 70px;
    margin: 0;
}

h2 {
    font-size: 1.6em;
    color: #0000a0;
    margin: 5px 0 15px 0;
}

h3 {
    font-size: 1.3em;
}

img {
    max-width: none !important;
}

p a:visited {
    color: #0000a0;
}

a {
    color: #0000ff;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: underline;
}

div.my_textual_div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

div.myMap {
    width: 100%;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

div.pathData {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div#likeText {
    margin-top: 30px;
    display: inherit;
}

table.gebddir {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;    
    border: thin none black;
    border-collapse: collapse;
    border-spacing: 0;
}

table.gebddir td {
    padding: 0;
}

table.gebddir tr.heading {
    height: 40px;
}

table.gebddir tr.text {
    height: 30px;
}

table.gebddir td.heading {
    background: #a7a7a7;
    margin-left: 10px;
}

table.gebddir td.even {
    background: #fff;
}

table.gebddir td.odd {
    background: #e7e7e7;
}

div.centered-directions {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #a7a7a7;
}

div.left-shift {
    margin-right: 40px;
    margin-top: auto;
    text-align: right;
}

span.red {
    color: #ca0000;
}

.noprint {
    display: none !important;
}

.col-print-12 {
    width: 100% !important;
}

