.grid {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-weight: bold;
    font-size: 23px;
    font-family: sans-serif;
}

.msg {
    padding: 5px;
    max-width: 380px;
    margin: 15px auto;
}

.center {
    text-align: center;
}

.border {
    border: 1px solid;
    padding: 17px 5px;
}

.b {
    font-weight: bold;
}

.splinks, .gad-wide {
    max-width: 970px;
    padding: 0;
    margin: 8px auto;
}

.vs2 {
    padding: 20pt 0 0 0;
}

.main {
    padding: 5px;
    max-width: 400px;
    display: inline-block
}

/* .gad-right below is position:fixed, so this column has no in-flow content.
Any width here is dead space that pushes .main left of center. */
.right {
    width: 0;
    display: inline-block;
    vertical-align: top;
}

.gad-square {
    padding: 12px 0 0 30px;
    margin: 0 auto;
}

.gad-right {
    width: 160px;
    height: 600px;
    margin: 0 auto;
}

.plusone {
    min-height: 32px;
}

footer {
    margin-bottom: 120px;
    text-align: center;
}

footer a, footer button {
    margin: 0 10px;
}

@media handheld, only screen and (max-width: 849px) {
    .right {
        display: none
    }
}

@media print {
    .splinks {
        display: none
    }

}

.gad-left {
    position: fixed;
    left: 10px;
    top: 30px;
}

.gad-right {
    position: fixed;
}

#pmLink {
    visibility: hidden;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: none;
}

#pmLink:hover {
    visibility: visible;
    color: grey;
}