@import url("common.css");

/* Flex-related code */

.flex ul.categoryList {
  margin-top: 0;   
  margin-bottom: 0; 
}

.flex ul.categoryList li {
  color: white;
  background: #084C61;
  font-weight: lighter;
  padding: 0.3em 1.1em;
}

@media only screen and (min-width: 1025px) {
  div.flex.country {
    padding: 0 250px;
  }
}

.flex.country > section {
  /*background: #fff;*/
  background: rgba(0,0,0,0);
  padding: 1em;
  border-radius: 4px;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.flex.country > section:hover {
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

/* Styles for the title and subtitle */

.subtitle {
  	color: #777380;
  	font-size: 20px;
  	font-weight: 200;
}

.updateDate {
    color: #777380;
    font-size: 16px;
    font-weight: 200;
}

.flag {
    font-size: 50px;
    padding: 0;
    margin: -10px;
}

