/* Colors */
/*#888888*/
/* Fonts */
/* Sizes */
.country-error {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

.country-flag img {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.country-title h1 {
  text-align: center;
  font-size: 50px;
  font-family: "HelveticaIFAD", Times, "Times New Roman", serif;
  font-weight: 500;
  line-height: 40px;
  color: #333333;
  margin-top: 80px;
  margin-bottom: 60px; }

.country-row-title {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 70px; }

.country-details {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 30px; }

.country-details .country-flag img {
  height: 111px;
  width: 167px; }

.country-shadowbox {
  margin-top: 120px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto; }

.country-detail-value {
  color: black;
  font-size: 18px; }

.country-detail-label {
  color: #666666;
  font-size: 18px; }

.country-detail-node {
  border-right: 1px solid #e4e4e4;
  text-align: center; }

.country-detail-node:last-child {
  border-right: 0; }