:root{
    --m_red:#e7393e;
    --m_green:#284656;
    --m_gray:#eeeeee;
}

/* app css stylesheet */

body {
  font-family: Helvetica;
  font-size: 14px;
}

.menu {
  margin: 0 auto;
  width:350px;
  list-style: none;
  border-bottom: 0.1em solid black;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
.center{
  margin: 0 auto;
  width:350px;
  padding-top: 6px;
}


input{
  float: right;
  height: 10px;
}

.logo{
    width:300px;
    
}

div.btn-group label, div.btn-group div {
    background-color: var(--m_green);
}


#map {
    background-color: white;
    max-width: 80%;
}



section.gray {
    background-color: var(--m_gray);
    max-width: 100%;
    align-content: center;
    text-align: center;
    padding: 50px 0 50px 0;
    margin: 20px 0 20px 0;
}

label {
    width: 100px;
    font-size: 5em;
    font-weight: 900;
}

div.btn-biig {
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    width:150px;
    padding:20px;
    border-width: 8px;
}
div.btn-biig>p {
    font-size: 0.8rem;
    font-weight: normal;
    white-space: normal;
    padding-top: 30px;
    border-width: 4px 0px 0px 0px;
    border-color: white;
    border-style: solid;
}
header {
    text-align: center;
    background-color: var(--m_gray);
    padding:30px 0 30px 0;
    margin: 0 0 20px 0;
}
header>img {
    margin: 20px 0 0 0;
}
#euflag{
    width:70px;
}
footer{
    background-color:var(--m_gray) ;
    padding: 30px 0 20px 0;
}
.separated {
    margin: 100px 0 100px 0;
}
/*FOR CIRCLES*/
svg circle, svg path {
  fill: var(--m_gray);
  stroke: var(--m_green);
  stroke-width: 5;
}



svg path.v {
/*    fill: var(--m_green);*/
    fill: blue;
}

svg path.r {
    fill: var(--m_red);
}

/*
svg path {
  fill: var(--m_green);
}
*/
kbd {
    margin-right: 20px; 
    background-color: var(--m_green);
    font-size: 1rem;
}

.fa-exclamation-triangle, .fa-question-circle {
    font-size: 30px; 
    color: #FFD300;
}
.fa-ban, .fa-minus-circle {
    font-size: 30px; 
    color: var(--m_red);
}

.fas.fa-star{
    font-size: 30px; 
    color: #50c878;
}

.fa-star-half-alt {
    font-size: 30px; 
    color: #FFD300;
}

.far.fa-star {
    font-size: 30px; 
    color: var(--m_red);
}

.fa-minus{
    font-size: 30px; 
    color: var(--m_green);
}


td, th{
    text-align: center;
/*    max-width: 150px;*/
}

.rotate {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
}

#disclaimer {
    color: dimgrey;
    font-size: .7em;
    padding: 50px 20% 0 20%;
}

#intro {
    font-size: 1.2em;
}

/*
@media screen {
.table {
        width:100%;  
    overflow: scroll;
        max-height: 400px;
        }
}

@media print {
.table {
        }
}
*/

@media screen {
div.results {
        width:100%;  
    overflow: scroll;
        max-height: 400px;
        }
}

@media print {
div.results {
/*            height: 400px;*/
        }
}

table.leyend {
    margin-left: 100px;
}

table.leyend td:nth-child(2) {
    text-align: left;
}

table.leyend tr {
    height:50px;
}