@media (min-width:960px){
     body{
    width:100%;
    font-family:'calibri light',calibri,arial;
    font-weight:100;
    margin:0px;
    background:#f1f1f1;
    overflow-x:hidden;
}
a{
    color:#555;
    text-decoration:none;
    outline:none;
    cursor:pointer;
}
input{
    outline:none;
}
li{
    list-style-type:none;
}
.topbar{
    width:100%;
    position:fixed;
    background:#3f51b5;
    padding:18px;
    color:#fff;
    font-size:18px;
}
.shadow{
    box-shadow:0 2px 2px rgba(0,0,0,0.5);
    transition:0.2s;
}
.shadowLight{
    box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.shadowDeep{
    box-shadow:1px 2px 1px rgba(0,0,0,0.5);
    color:#fff;
    transition:0.2s;
}
.rightPanel{
    float:right;
    margin-right:40px;
    font-size:16px;
}
.main{
    width:70%;
    margin:auto;
    padding-top:10%;
    margin-bottom:100px;
}
.whiteLink{
    color:#fff;
}
#uploadLaunchButton{
    padding:20px;
    transition:0.3s;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:30px;
    border-radius:20px;
    background:#4285f4;
    width:40px;
    font-size:17px;
    color:#fff;
}
#uploadLaunchButton:hover{
    transition:0.3s;
    cursor:pointer;
    background:#999;
}
.fileName{
    margin-bottom:10px;
    background:#fff;
    padding:14px;
    border-radius:3px;
    overflow-y:hidden;
}
.thumbnailHolder{
    min-width:15%;
    border-right:1px solid #f1f1f1;
    margin-right:2%;
    float:left;
}
.thumbnail{
    height:40px;
    float:left;
}
.nameTxt{
    width:50%;
    float:left;
    padding-top:10px;
}
.delBtn{
    width:30px;
    height:30px;
    float:right;
    padding-top:5px;
}
.lessPadding{
    min-width:8%;
}

}
@media (min-width:600px) and (max-width:959px){
     body{
    width:100%;
    font-family:'calibri light',calibri,arial;
    font-weight:100;
    margin:0px;
    background:#f1f1f1;
    overflow-x:hidden;
}
a{
    color:#555;
    text-decoration:none;
    outline:none;
    cursor:pointer;
}
input{
    outline:none;
}
li{
    list-style-type:none;
}
.topbar{
    width:100%;
    position:fixed;
    background:#3f51b5;
    padding:17px;
    color:#fff;
    font-size:18px;
}
.shadow{
    box-shadow:0 2px 2px rgba(0,0,0,0.5);
    transition:0.2s;
}
.shadowLight{
    box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.shadowDeep{
    box-shadow:1px 2px 1px rgba(0,0,0,0.5);
    color:#fff;
    transition:0.2s;
}
.rightPanel{
    float:right;
    margin-right:40px;
    font-size:14px;
}
.main{
    width:80%;
    margin:auto;
    padding-top:14%;
    margin-bottom:100px;
}
.whiteLink{
    color:#fff;
}
#uploadLaunchButton{
    padding:20px;
    transition:0.3s;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:30px;
    border-radius:20px;
    background:#4285f4;
    width:40px;
    font-size:17px;
    color:#fff;
}
#uploadLaunchButton:hover{
    transition:0.3s;
    cursor:pointer;
    background:#999;
}
.fileName{
    margin-bottom:10px;
    background:#fff;
    padding:14px;
    border-radius:3px;
    overflow-y:hidden;
}
.thumbnailHolder{
    min-width:22%;
    border-right:1px solid #f1f1f1;
    margin-right:2%;
    float:left;
}
.thumbnail{
    height:40px;
    float:left;
}
.nameTxt{
    width:50%;
    float:left;
    padding-top:10px;
    font-size:3vmin;
    word-wrap:break-word;
}
.delBtn{
    width:30px;
    height:30px;
    float:right;
    padding-top:5px;
}
.lessPadding{
    min-width:10%;
}

}
@media only screen and (max-width:599px){
     body{
    width:100%;
    font-family:'calibri light',calibri,arial;
    font-weight:100;
    margin:0px;
    background:#f1f1f1;
    overflow-x:hidden;
}
a{
    color:#555;
    text-decoration:none;
    outline:none;
    cursor:pointer;
}
input{
    outline:none;
}
li{
    list-style-type:none;
}
.topbar{
    width:100%;
    position:fixed;
    background:#3f51b5;
    padding:15px;
    color:#fff;
    font-size:18px;
}
.shadow{
    box-shadow:0 2px 2px rgba(0,0,0,0.5);
    transition:0.2s;
}
.shadowLight{
    box-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.shadowDeep{
    box-shadow:1px 2px 1px rgba(0,0,0,0.5);
    color:#fff;
    transition:0.2s;
}
.rightPanel{
    float:right;
    margin-right:40px;
    font-size:15px;
}
.main{
    width:90%;
    margin:auto;
    padding-top:20%;
    margin-bottom:100px;
}
.whiteLink{
    color:#fff;
}
#uploadLaunchButton{
    padding:20px;
    transition:0.3s;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:30px;
    border-radius:20px;
    background:#4285f4;
    width:40px;
    font-size:17px;
    color:#fff;
}
#uploadLaunchButton:hover{
    transition:0.3s;
    cursor:pointer;
    background:#999;
}
.fileName{
    margin-bottom:10px;
    background:#fff;
    padding:10px;
    border-radius:3px;
    overflow-y:hidden;
}
.thumbnailHolder{
    min-width:35%;
    border-right:1px solid #f1f1f1;
    margin-right:2%;
    float:left;
}
.thumbnail{
    height:50px;
    float:left;
}
.nameTxt{
    width:50%;
    float:left;
    padding-top:4px;
    font-size:4vmin;
    word-wrap:break-word;
    color:#222;
}
.delBtn{
    width:26px;
    height:26px;
    float:right;
    padding-top:11px;
}
.lessPadding{
    min-width:18%;
}