.screenshot-message{
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
}
.downloadButton{
    background-color: white;
    color: #2970FA;
    margin: 0.4em;
    color: white;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: 1.2pt;
    padding: 1.4em 2em;
    border-radius: 5px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    text-overflow: ellipsis;
    max-width: 100%;
}
