a.project_report {
    text-decoration: none;
    color: #e31d86;
}
.countryflag{
    margin: 10px;
    font-size: 10px;
    display: inline-block;
    text-align: center;
    
}
#homepage h1, #homepage h4, #homepage h5, #homepage h2 {
    text-align: center;
}

.countryflag a {
    text-decoration: none;
    color: #000;
}
img {
    width: 45px;
    margin: 6px;
    text-align: center;
}
body {
    font-family: Arial;
}
.container #flags_view{
    margin-top: 0;
}

#countryDataPage {
    font-size: 0.9em;
    clear: both;
    text-align: center;
    position:relative;
    margin: 0 50px;
}
.faq-group, .faq-content{
    display: none;
    cursor: pointer;
}
.faq-group:hover, .faq-content:hover{
    color: #555;
}
/*#another-wrapper h4{
    margin-left: 90px;
}
#another-wrapper{
    margin-left: 80px;
}*/
.faq-wrapper h2 {
    border-bottom: 1px solid #e31d86;
    border-top: 1px solid #e31d86;
    padding: 10px;
    width: 70%;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
    text-transform: uppercase;
}
.faq-wrapper h2:hover{
    color: #555;
}
/*.faq-details {*/
    /*margin-left: 90px;*/
/*}*/
.show{
    display: initial;
}
.active {
    color: #e31d86;
}
div#flags_view.container {
    margin-top: 50px;
}
div#countryDataPage {
    background-color: #f2f2f2;
    padding: 10px;
    margin-top: 50px;
}
.buttons_bottom {
    text-align: center;
}

button a {
    display: block;
    text-decoration: none;
    color: white;

}

.bottom_button {
    background-color: #e31d86; /* Green */
    border: none;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin: 2em auto;
}

.bottom_button:hover {
    background-color: #000;
    color: white;
}