body {
    margin: auto;
    margin-top:40px;
    max-width:650px;
    line-height:1.6;
    font-size:20px;
    color:#444;
    padding:0 10px;
    font-family: sans-serif;
    color: white;
    background-color: #282828;
}

.internallink {
    color: lightgray;
    text-decoration: none;
}

h2 {
    font-size: 22px;
}

.linklist {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.linklist li {
    list-style-type: none;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px;
    padding: 10px;
}

.linklist li:first-child {
    border-top-width: 1px;
}

.folderlist {
    margin-bottom: 50px;
}

.steps div {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.steps div:nth-child(even) {
    background: #181818;
}

.ingr-name-inline {
    font-weight: bold;
    text-decoration: underline;
}

.ingr-quantity-inline {
    color: #73648A;
    font-weight: bold;
}

.struckthrough {
    text-decoration: line-through;
    opacity: 0.4;
}

.stepinput {
    transform: scale(2);
}

.steptext {
    margin-left: 20px;
}

.ingredients {
    padding-bottom: 30px;
}

.ingr-name {

}

.images img {
    width: 300px;
}

.images, .metadata {
    padding-left: 20px;
}

.links {
    padding-left: 20px;
}

footer {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}