table tr th, table tr td{
    font-size: 1rem;
}
.container{
    padding: 20px;
}
h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #666;
}
h2{
    font-size: 24px;
}
.head{
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
i.plus{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
}
.plus:before {
    content: url(../images/add.png);
}
#importFrm{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	/*border: 2px dashed #007bff;*/
}
#fileInput{
    height: auto;
}
#importFrm form{
    float: right;
    border: 2px dashed #007bff;
}