body {
    font-family: 'Varela Round', 'Montesrrat', sans-serif;
}
.header {
    border-bottom: rgba(0, 0, 0, 0.3) 1px solid;
}
th {
    padding:10px;
}

input[type='number'] {
    -moz-appearance:textfield;
    width: 10em;
}
.verticalCenter {
    margin-top: 7px;
}
.spacedRows {
    margin-bottom:3%;
}
.rightSide {
    text-align: right;
    float:right;
    margin-right:5px;
}
.rowTotals {
    padding:10px 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.hide {
    display:none;
}

input::-webkit-calendar-picker-indicator {
    opacity: 100;
}

