@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}

.send-button{
    border: 1px Solid Gray;
    background-color: #ffffd0;
    border-radius:5px;
    padding: 5px 15px;
    font-size: 1.1em;
    color:#555;
    font-weight: 500;
    margin-left: 20px;
}

.send-button:hover{
    background-color: #555;
    color:#ffffd0;
}
