/* Styling of background */
body {
    font-family: Arial, sans-serif;
    background-color: #00008B; 
    color: #ffffff;            
    text-align: center;
}

.media-row {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
.format-item img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 4px;
    margin: 15px auto;
    display: block;
}

.template-thumb {
    width: 100%;
    max-width: 140px;
    height: auto;
    display: block;
}

figcaption {
    font-size: 0.85rem;
    line-height: 1.4;
    color: #d1d1d1;
    margin-top: 10px;
}

.custom-bullet-list {
    list-style-type: square; 
    list-style-image: url("https://cdn0.iconfinder.com/data/icons/typicons-2/24/star-64.png");
    text-align: left;        
    font-size: 1.2;
}

.list-source-credit {
    font-size: 0.8rem;
    color: #b0b0b0;
    margin-top: 5px;
}

audio, video {
    margin: 15px auto;
    display: block;
}