html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.download-url-wrapper select {
    height: 40px;
    border: 2px solid #62a03f;
    border-radius: 4px 0 0 4px;
}