@font-face {
    font-family: Diffuse-Away;
    src: url(Diffuse-Away.ttf) format("truetype");
}

h1 {
    font-family: Diffuse-Away;
    font-weight:normal;
    font-size:50px;
    margin:0
}

body {
    background-image: url("/mc/mcwstileback.png");
    background-repeat: repeat;
    background-attachment: fixed;
    margin: auto;
    max-width: 900px;
    font-size: 105%;
    font-family: helvetica;
}

section {
    background: #CCCCCC; 
    padding: 0 5px 0 5px;
    margin: 10px 0 10px 0;
    border: 2px solid;
    border-color: black;
    border-radius: 10px;
}

.worldtable {
    background:#FFFFFF;
    border:2px solid white;
    border-radius:10px;
    padding:0 10px 0 10px;
    margin: 15px 0 15px 0;
    width: 100%;
    text-align: left;
    min-height: 123px;
    border-spacing: 0;
}

.worldtable h4 {
    margin-bottom: 0;
}

.worldtable img {
    padding-right: 15px;
}

/* unused i think
.winfo {
    border-collapse: collapse;
    text-align: left;
}

.winfo td {
    border: 1px solid black;
}
*/

img {
    width:160px;
}

/*
.worldtable:hover {
    border:2px solid #636363;
    background: #949494;
    color: white;
}
*/

#secretlink {
    color: inherit;
    text-decoration: inherit;
}

.datetext {
    font-weight: normal;
    font-size: 14px;
}

h3 {
    margin:10px 0 10px 0;
}

h5 {
    padding-left: 10px;
    margin:10px 0 0 0;
}

#wtimeline {
    list-style-type: none;
    list-style-position: inside;
}

.backup {
    width: max-content;
    padding: 5px 5px;
    background: lightyellow;
    outline: 1px solid black;
    margin: 15px 5px;
}

