html {
    font-size: 14px;
}
body {
    font-family: 'Open Sans', Verdana, Geneva, sans-serif, sans-serif;
    width: auto;
}
body strong {
    font-size: 88%;
    line-height: 88%;
}
#content {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
    min-width: 800px;
}
area {
    outline: none;
}
img[usemap],
#tickmark-wrapper {
    min-width: 441px;
    max-width: 441px;
    min-height: 513px;
    max-height: 513px;
}
#tickmark-wrapper {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.tick {
    width: 28px;
    height: 28px;
    background-image: url('../img/check_checkbox_off.png');
    position: absolute;
}
.tick.viewed {
    background-image: url('../img/check_checkbox_on.png');
}
#stable-lifestyle-tick {
    top: 22px;
    left: 308px;
}
#maintenance-tick {
    top: 71px;
    left: 281px;
}
#relapse-tick {
    top: 300px;
    left: 373px;
}
#pre-contemplation-tick {
    top: 418px;
    left: 297px;
}
#contemplation-tick {
    top: 419px;
    left: 198px;
}
#preparation-tick {
    top: 300px;
    left: 33px;
}
#action-tick {
    top: 81px;
    left: 104px;
}

.main-wrapper {
    display: none;
    min-width: 872px;
    max-width: 920px;
}
.main-wrapper.active {
    display: block;
}

h2 {
    color: dodgerblue;
    font-weight: bold;
    font-size: 114%;
}
.text-wrapper {
    float: left !important;
}
.text  {
    border: 3px solid dodgerblue;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    padding: 1em 1em;
    background-color: white;
}
.overview-wrapper {
    position: relative;
}
.overview {
    padding: 0.25em;
    margin-top: 0.75em;
    border: 3px solid dodgerblue;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;

    color: #565656;
    font-weight: bold;
    position: absolute;
    right: 0;
}
.overview:hover,
.overview:active {
    color: white;
    background-color: dodgerblue;
}

#footer {
    position: absolute;
    bottom: 1ex;
    margin: 1ex 1em;
    padding-top: 0.5ex;
    border-top: thin solid #999;
    font-size: 80%;
    width: 96%;
}
#footer .copyright-link {
    padding: 0;
    text-align: left;
}
#footer .usage {
    white-space: nowrap;
    text-align: left;
    display: inline-block;
}
#footer .references-link {
    padding: 0;
    text-align: right;
}
