/* CSS Document */
a { color:#5D5D9E; } 
a:visited { color:#5D5D9E; } 
a:active { color:#5C615E; } 
a:hover { color:#B2B3B4; } 
#gallery div.galleryimgcontainer { box-sizing: border-box; vertical-align: middle; display: inline-block; width: 100%; height: auto; padding: 2px;  } 
#gallery div.galleryimgcontainer img {  width: 100%; border: 1px solid #A0A0A0; border: 1px solid #A0A0A0; border-radius: 15px;  } 
.textstyle1 { text-align:left; }
#gallery { overflow:hidden; box-sizing: border-box; vertical-align: bottom; border-radius: 15px; position:relative; display: inline-block; width:100%; min-width:200px; max-width:400px;  }
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 1em 2em;
    border-radius: 5px;
    font-size: 1.2em;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}