body{
      font-family: Helvetica, Arial, sans-serif;
}
.disabled-link {
      pointer-events: none;
      text-decoration:none;
      color: black;
}
.message{
      width:600px;
      padding:20px 40px;
      margin:0 auto;
      background-color:#f9f9f9;
      border:1px solid #ddd;
      color: #1e3d62;
}
center{
      margin:40px 0;
}
h1{
      font-size: 18px;
      padding:5px 0px 5px 0px;
}
h2{
      font-size: 16px;
      padding:5px 0px 5px 0px;
}
p{
      font-size: 12px;
}
a{
      color: rgb(207, 48, 139);
}
tr{
      padding:0 10px 0 10px;
}

.travel::after {
  content: "";
  background-image: url("/images/visited-countries.png");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.map { height: 400px; }

.trips { height: 800px;}

.picture {
  padding-top: 16px;
  width: 100%;
  text-align: center;
}

p {
  font-size: initial;
}
