
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #dfe8f6 url('Imagens/lan.jpg');
    background-repeat: repeat;
    color: #333;
}

#container {
    width: 900px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #b6c7e3;
}

.header {
    background-image: url("Imagens/restart.jpg"), url("Imagens/back2000.jpg");
    background-color: #4c6c9c;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff;
    padding: 45px;
    border-bottom: 4px solid #335186;
    text-align: center;
}

.header h1 span {
    font-size: 26px;
    font-weight: bold;
}

.header h2 span {
    font-size: 12px;
    color: #ffffff;
}

.sidebar {
    background: #f4f7fc;
    border-right: 1px solid #c5d3ea;
    width: 220px;
    float: right;
    padding: 10px;
    position: absolute;
    top: 388px;
    right: calc(50% - 450px);
    z-index: 10;
}

.main {
    margin-right: 240px;
    padding: 15px;
}

h3 span {
    color: #35588a;
    border-bottom: 2px solid #c5d3ea;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-size: 16px;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

a {
    color: #28589c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin-left: 15px;
    margin-bottom: 10px;
}

li {
    margin-bottom: 5px;
}

.button,
a.design-name {
    background: #c1c2fc;
    border: 1px solid #2e4c7a;
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
    font-size: 11px;
    border-radius: 3px;
}

a.design-name:hover {
    background: #7494c2;
}

.footer {
    text-align: center;
    padding: 10px;
    background: #f0f4fb;
    border-top: 1px solid #c5d3ea;
    margin-top: 20px;
    clear: both;
}

.topnav {
    background: #6d8fc7 url("Imagens/fundHed.jpg") repeat-x;
    padding: 6px;
    border-bottom: 3px solid #35588a;
    text-align: left;
}

.topnav a {
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
    margin-right: 5px;
    border: 1px solid #35588a;
    background: #7fa2de;
    text-decoration: none;
    border-radius: 3px;
    font-size: 11px;
}

.topnav a:hover {
    background: #9ab8ec;
}

.card {
    background: #f6f8fd;
    border: 1px solid #b6c7e3;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#jar-link-list a {
    display: block;
    padding: 3px 5px;
    border-bottom: 1px dotted #b6c7e3;
    color: #28589c;
    text-decoration: none;
    font-size: 11px;
}

#jar-link-list a:hover {
    background: #e0e9f8;
}

#extraDiv1,
#extraDiv2,
#extraDiv3,
#extraDiv4,
#extraDiv5,
#extraDiv6 {
    display: none;
}

.panel,
.explanation,
.participation,
.benefits,
.requirements {
    border: 1px solid #c5d3ea;
    background: #fafcff;
    padding: 10px;
    margin-bottom: 12px;
}
