* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background: linear-gradient(rgba(49, 145, 189, 0.8),rgba(49, 145, 189, 0.8)),url(../graphics/tsbbg2.jpg) no-repeat center center !important;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-size: cover !important;
    background-attachment: fixed !important;
}

h1 {
    font-size: 1.5em;
    margin: 10px 0px;
}

h2 {
    font-size: 1.2em;
}

p {
    margin: 15px 0px;
    line-height: 1.4em;
}

#container-postmarks, #container-images, #container-partial {
    max-width: 900px;
    margin: 20px auto;  
}

#container-postmarks {
    background: beige;
}

#input {
    background-color: bisque;
    padding: 20px;
    text-align: right;
}

#home {
    float: right;
}

#home img {
    height: 30px;
}

#search {
    font-size: 20px;
    padding: 5px;
}

.button {
    width: 40px;
    cursor: pointer;
}

.scotpush {
    margin-left: 10px;
}

#searching {
    font-weight: bold;
}

#readout {
    margin: 10px;
    overflow-x: auto;
}

table {
    width: 100%;
    overflow-x: scroll;
}

#number {
    width: 100px;
}

#images {
    width: 30px;
}

th, td {
    text-align: left;
    padding: 5px 0px;
}

.divider {
    border-top: solid 2px #444;
    padding: 0px;
}

.star {
    height: 16px;
}

.images {
    cursor: pointer;
}

.images img {
    height: 16px;
}

.topcard {
    width: 800px;
    max-width: 100%;
    margin: 5px auto;
    background: bisque;
    padding: 20px;
}

.card {
    width: 800px;
    max-width: 100%;
    margin: 8px auto;
    background: beige;
    padding: 7px;
}

.card p {
    margin: 5px 0px 0px 0px;
}

#share {
    float: right;
    cursor: pointer;
}



@media screen and (max-width: 600px) {

    #container-postmarks, #container-images {
        width: 100%;
    }
}

#close {
    float: right;
    font-size: 40px;
    cursor: pointer;
    margin-top: -50px;
}


