﻿body {
    padding: 0;
    font-family:Calibri,Arial;
    font-size:18px;
}

h3 {
    border-top: 4px dotted #d3d3d3;
    margin-top: 40px;
    padding-top: 23px;
}

a:link {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.header-image {
    display: block;
    margin: auto;
    margin-bottom: 2em;
}

.personas-container {
    text-align: center;
}

ul {
    display: inline-block;
    margin: 0 auto;
}

.maindescription {
    font-size: 26px;
    font-weight: bolder;
    color: #e01600;
    width: 50%;
    border: 3px dashed #000000;
    padding: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.persona {
    display: inline-block;
    margin: 5px;
    border: 5px solid #d9d9d9;
    padding: 5px;
    background-color: #e9e9e9;
    max-width: 300px;
    min-width: 200px;
}


.identifier {
    font-size: 14px;
    color: #403f3f;
}

.description {
    font-size: 14px;
    color: #403f3f;
}

.persona img {
    max-height: 80px;
    max-width: 200px;
    border: none;
}

.persona .information a {
    display: block;
}


.persona .information .description-toggler {
    width: 20px;
    height: 20px;
    background-image: url(Information.png);
}

.persona .information .description {
    
}

.persona:target .information .description {
    position: absolute;
    width: 190px;
    background-color: #999;
    display: block;
    padding: 5px;
    margin-bottom: 3em;
}

