﻿html, body {
    background-color: #ffffff;
    font: 1em Tahoma, Geneva, sans-serif;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 150%;
}

h2 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    color: black;
}

ul {
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 150%;
}

ol {
    text-align: justify;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 150%;
}

.date {
    font-style: italic;
    font-size: 1em;
    color: #808080;
    margin-top: 4px;
    margin-bottom: 0px;
}

.center {
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.divnews {
    padding: 12px;
    border: 1px solid #C0C0C0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.img-responsive_centered {
    display: block;
    width: 100%;
    margin: 0 auto;
}
