html,
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    line-height: 120%;
}

li {
    margin-top: 2%;
}

.adamwiltcom {
    font-size: 1.6rem;
    font-weight: bold;
}

.pagehead {
    font-size: 2.0rem;
    font-weight: bold;
    vertical-align: middle;
}

.pagesubhead {
    font-size: 0.9rem;
    font-weight: normal;
}

.pageheadcopyright {
    font-family: sans-serif;
    font-size: 0.6rem;
    font-weight: normal;
    color: #666666;
    vertical-align: middle;
}

.caption {
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: normal;
}

.spacer {
    font-size: 2px;
}

/* https://www.smashingmagazine.com/2014/02/making-embedded-content-work-in-responsive-design/
https://benmarshall.me/responsive-iframes/ */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img.wrap {
    max-width: 70%;
    margin: 0px 0px;
}

img.align-right {
    max-width: 100%;
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

img.align-left {
    max-width: 50%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

img.align-center {
    max-width: 100%;
    display: block;
    margin: auto;
}

img.button {
    position: relative;
    bottom: -4px;
    height: 22px;
    width: 22px;
    //margin: -3px;
}

img.arrow {
    position: relative;
    bottom: -2px;
    height: 15px;
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

h5 {
    font-weight: bold;
}

li {
    margin-bottom: 0.5rem;
}

sup {
    font-size: 0.7em;
}

a {
    text-decoration: none;
}

#main {
    margin: 50px;
    margin-left: 180px;
    text-align: justify;
}

#betalabel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    font-size: 100px;
    color: red;
    opacity: 0.0;

    /* 0.25 when visible */
}

#sidebar {
    position: fixed;
    top: 85px;
    left: 0px;

    /* border:1px dotted #CCC; */
    height: 250px;
    width: 160px;
    background-image: url('sidebarBkgnd.png');
    float: left;
    margin-top: 20px;
    margin-right: 60px;
}

#sidebarText {
    position: relative;
    top: 35px;
    left: 10px;
    width: 150px;
    font-size: 1.0rem;
}

#sidebarList {
    position: relative;
    top: 0px;
    left: 10px;
    width: 140px;
}

#toolbarButton {
    height: 12px;
}

#buttondiv {
    display: none;
    text-align: center;
}

.bigbtn {
    font-size: 1.1rem;
    line-height: 2.2rem;
    text-decoration: none;
    border: 1px solid gray;
    border-radius: 2px;
    box-shadow: inset 0 5px 5px rgba(255,255,255,0.9), 
			inset 0 -5px 5px rgba(0,0,0,0.15);
    padding: 2px;
    margin: 0px;
    background-color: #efefefef;
    font-weight: bold;
}

.disabled {
    box-shadow: inset 0 5px 5px rgba(255,255,255,0.0), 
			inset 0 -5px 5px rgba(0,0,0,0.0);
    color: gray;
}

a.disabled {
    color: gray;
}

a:hover.bigbtn {
    color: #FFFFFF;
    background: #222222;
}

#quotelines {
    font-size: 0.8em;
    font-style: italic;
}

/* mobile styles */
@media only screen and (max-width:700px) {
    html,
    body {
        /* font-size:1em; */
    }

    blockquote {
        margin-left: 15px;
        margin-right: 15px;
    }

    img {
        max-width: 100%;
    }

    #sidebar {
        display: none;
    }

    #buttondiv {
        display: block;
    }

    #main {
        margin: 15px;
        margin-left: 15px;
        text-align: left;
    }

    #search {
        display: none;
    }

    /* #toolbarButton {
		height:30px;
	} */
    .pageheadcopyright {
        display: none;
    }

    .pagehead {
        font-size: 1rem;
    }

    .pagesubhead {
        font-size: .6rem;
        font-weight: normal;
    }
}

@media only screen and (max-width:520px) {
    .widetable {
        font-size: 75%;
    }
}

@media only screen and (max-width:400px) {
    .widetable {
        font-size: 50%;
    }
}