h1 {
    font-size: 1.5em;
}

div.centred {
    background-color: white;
    
}

div.centred-content {
    margin: 5px 20px;
    font-size: 0.9em;
}

.centred h1 {
    padding-top: 10px;
}

p.start {
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

span.dOc {
    background-color: blue;
    color: yellow;
    padding: 0.2em 0.3em;
}

div.pod {
    width: 450px;
    float: left;
    height: 350px;
    background-image: url(/gallery/sampleFull/podWithShadow);
    background-repeat: no-repeat;
}

div.left {
    margin-right: 20px;
}

div.pod-content {
    margin: 10px 30px 20px;
}

.pod img {
    width: 150px;
    border: none;
}

.pod .img {
    float: left;
}

.go-button {
    float: left;
    width: 155px;
    height: 31px;
    margin-top: 50px;
    margin-left:30px;
    color: yellow;
    font-size: 1.25em;
    text-align: center;
    padding-top: 3px;
    background-image: url(/gallery/sampleFull/buttonBlue);
    background-repeat: no-repeat;
}

.go-button a {
    text-decoration: none;
    color: yellow;
}

.go-button a:visited {
    color: yellow;
}

.pod h2 {
    background-color: inherit;
    color: inherit;
}

.pod .pod-bottom {
    clear: left;
}

.pod li {
    padding-top: 7px;
}

div.read-more {
    padding-top: 10px;
    clear: left;
}

.read-more li {
    margin-top: 7px;
}

span.strike {
    text-decoration: line-through;
}

div.copyright {
    text-align: center;
    font-size: 0.7em;
}

.uses li {
    padding-top: 3px;
}

div.sampleRow {
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sampleRow img {
    height: 100%;
}