@font-face{font-family:'Play';src:local('Play'),local('Play Regular'),local('Play-Regular'),url('fonts/play-regular.woff') format('woff'),url('fonts/play-regular.ttf') format('ttf');font-style:normal;font-weight:normal}html,body{margin:0;width:100%;height:100%;background:#fff}body{font-family:Play,Verdana,sans-serif;font-size:medium;position:absolute;top:0}a,a:visited{text-decoration:none;color:#49817b}h1,h2,h3,h4,h5{color:#49817b}#vtm-header{position:fixed;top:0;left:0;width:100%;height:48px;background:#49817b;line-height:48px;vertical-align:middle;white-space:nowrap;z-index:500;color:#fff;box-shadow:0 -6px 8px 2px black;box-sizing:border-box;padding:0 20%}#vtm-header-logo{font-weight:bold;font-style:italic;font-size:1.75em;text-shadow:1px 1px 5px black;color:white}@media(max-width:800px){#vtm-header{padding:0 5px}}.vtm-topmenu{list-style-type:none;margin:0 5px;padding:0;text-align:right;background:inherit;font-family:Play,Verdana,sans-serif}.vtm-topmenu li{float:none;display:inline-block}.vtm-topmenu li:first-child{float:left;max-height:48px}.vtm-topmenu li>a,.vtm-topmenu li>a:visited{color:#fff;padding:0 5px;outline:0}.vtm-topmenu li>a:hover{border-bottom:5px solid #fff;padding-bottom:5px;text-decoration:none}.vtm-topmenu li:first-child a:hover,.vtm-topmenu li.vtm-topmenu-icon a:hover{border-bottom:0;padding-bottom:0;background:0}.vtm-topmenu .vtm-topmenu-icon{display:none}.vtm-topmenu .vtm-topmenu-icon a::after{content:'\2630'}.vtm-topmenu.open .vtm-topmenu-icon a::after{content:'\2715'}@media screen and (max-width:680px){.vtm-topmenu li:not(:first-child){display:none}.vtm-topmenu li.vtm-topmenu-icon{float:right;display:inline-block;font-size:2em}.vtm-topmenu.open{position:relative;box-shadow:2px 2px 3px 0 rgba(0,0,0,0.75);max-height:95vh;overflow-y:scroll}.vtm-topmenu.open .vtm-topmenu-icon{position:absolute;right:0;top:0}.vtm-topmenu.open li:not(:first-child){float:none;display:inline}.vtm-topmenu.open li>*{display:block;text-align:center;clear:left}.vtm-topmenu li>a:hover{border:0;padding-bottom:0;background:#3f5c59}}.vtm-dropdown-popup{display:none;position:absolute;background-color:#49817b;min-width:160px;border-radius:3px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.5);z-index:1000;text-align:center;border:1px solid #3f5c59;overflow:auto}.vtm-dropdown-popup.open{display:flex;flex-direction:column}.vtm-dropdown-toggle{display:block;outline:0}.vtm-dropdown-toggle::after{content:"\25BE";margin-left:.25em}.vtm-dropdown-item{flex-shrink:0;padding:2px 1em}.vtm-dropdown-item:hover{background:#3f5c59;cursor:pointer}.vtm-dropdown-item>a{width:100%;height:100%;display:block}@media screen and (max-width:680px){.vtm-dropdown-popup{position:fixed;left:50%;transform:translate(-50%,0)}}.vtm-page{margin-top:48px;width:100%;color:#2f2f2f;line-height:1.5em;display:flex;flex-direction:column;justify-content:stretch;align-items:center;word-wrap:break-word;box-sizing:border-box;padding:20px}.vtm-page h1,.vtm-page h2,.vtm-page h3,.vtm-page h4,.vtm-page h5{line-height:1em}.vtm-page-text{max-width:800px}.vtm-page-text strong{color:#49817b}.vtm-page-text a:hover{text-decoration:underline}@media screen and (max-width:680px){.vtm-page h1{font-size:1.75em}}.vtm-page pre,.vtm-page :not(pre)>code{background-color:#49817b33;border-radius:3px}.vtm-page pre{padding:1em;white-space:pre-wrap}.vtm-page :not(pre)>code{padding:.25em .5em}

.vtm-page form {
    display: flex;
    flex-direction: column;
}

.vtm-page form input {
    margin-bottom: 1em;
}

.vtm-button {
    padding: 1px 5px;
    height: 2.5em;
    background: #49817b;
    color: white;
    white-space: nowrap;
    border: 1px solid rgba(127,255,127,0.5);
    border-radius: 3px;
    transition-duration: .4s;
    font-weight: bold;
}

.vtm-button:hover {
    background: #59927b;
}
