#psohag input[type="submit"] {
    display: block;
    margin: 23px;
    padding: 10px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: clip;
    max-width: 201px;
    padding-left: 10px;
    text-align: center;
    padding-right: 1px;
    background-image: linear-gradient(#db2e2e, #ca3124, #ef2118);
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 16px;
}
.link-btn:hover {
    background: #e74c3c;
    color: #fff;
    transition: 0.5s;
}
.link-btn .ext {
    text-transform: uppercase;
    color: red;
}
.link-btn .other {
    color: #133bd6;
    font-family: monospace;
}
.link-btn {
    padding: 6px 10px;
    border: 2px solid #222;
    margin: 4px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
}
.dl-links {
    padding: 4px;
    border-bottom: 1px dashed #ececec;
}
nav a.sidenav-trigger { 
    margin-top: 15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    position: relative;
}
nav a.sidenav-trigger i.material-icons {
    position: absolute;
    top: -12px;
}
.fixed-action-btn.hide-on-small-only {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
}

.hide-on-small-only, .hide-on-small-and-down{
    display: block !important;
}
.sidenav h3{
    padding: 25px;
}
.vbtn {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


#psohag input[type="submit"] {
    display: block;
    margin: 23px;
    padding: 10px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: clip;
    max-width: 201px;
    padding-left: 10px;
    text-align: center;
    padding-right: 1px;
    background-image: linear-gradient(#db2e2e, #ca3124, #ef2118);
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-radius: 16px;
}
/* Download Buttons
----------------------------------*/
.link-btn:hover {
    background: #e74c3c;
    color: #fff;
    transition: 0.5s;
}

.link-btn .ext {
    text-transform: uppercase;
    color: red;
}
.link-btn .other {
    color: #133bd6;
    font-family: monospace;
}

.link-btn {
    padding: 6px 10px;
    border: 2px solid #222;
    margin: 4px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
}
.dl-links {
    padding: 4px;
    border-bottom: 1px dashed #ececec;
}