﻿.DownloadIcon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: -10px;
}

.btnSection {
    height: 20%;
}

.btnCollection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}


.btnDownload {
    padding: 3px 10px 5px 10px;
    cursor: pointer;
    text-align: center;
}

.btnPNG {
    background-color: #D32F2F;
    border: solid 1px #B71C1C;
    color: white;
}

.btnjpg {
    background-color: #7B1FA2;
    border: solid 1px #4A148C;
    color: white;
}

.btnSVG {
    background-color: #2E7D32;
    border: 1px solid #1B5E20;
    color: white;
}

.currentDownloadSize {
    font-weight: bold;
    border: 8px solid #ff9800;
    padding: 5px;
    margin: 0px 20px 10px 20px !important;
}

.downloadSize {
    padding: 5px;
    margin-bottom: 7px;
    cursor: pointer;
    margin: 0px 28px 10px 28px;
}

@media only screen and (max-width: 767px) {
    .btnDownload {
        margin-bottom: 5px;
    }

        .btnDownload:last-child {
            margin-bottom: 0px;
        }


    .btnCollection {
        display: grid;
        justify-content: center;
    }
}
