@import "/css/presskit.css";

a {
    color: red;
}

a:visited {
    color: orange;
}

p {
    text-align: left;
}

ul {
    text-align: left;
}

header > a > img {
    width: 25%;
    max-height: auto;
    text-align: center;
}

body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    color: white;
    background-color: #211;
    padding: 0 10px;
    text-align: center;
}

nav > ul {
    list-style-type: none;
    overflow: hidden;
}

nav > ul > li {
    float: left;
}

nav > ul > li > a {
    color: white;
    text-align: center;
    padding: 4px 4px;
}

h1,h2,h3 {
    line-height: 1.2
}


/* Announcements */

.announcement-panel {
    color: white;
    background-color: brown;
}

.announcement-panel > p {
    text-align: center;
}

/* Product display */

.product-preview {
    text-align: center;
    max-width: 50vw;
    max-height: 50%;
    border: 4;
    border-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

#price {
    text-align: center;
    font-style: italic;
}

.product-info {
    display: block;
    text-align: center;
}

.linked-button {
    text-align: center;
    color: white;
    margin: 5px;
}

/* Serial display */

.serial-table {
    text-align: center;
    max-width: 50vw;
    max-height: 50%;
    border: 4;
    border-color: black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.serial-episode {
    display: block;
    text-align: center;
    border: 4;
    border-color: black;
}

.linked-button {
    text-align: center;
    color: white;
    margin: 5px;
}
