* {
    font-family: 'Khula', sans-serif;
}

form {
    font-family: 'Khula', sans-serif!important;
}

body {
    padding: 0;
    margin: 0;
    line-height: 100%;
    font-size: 12px;
    background-color: #F5F5F5;
    font-family: 'Khula', sans-serif !important;

}

select{
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

* {
    padding: 0;
    margin: 0;
    line-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-top: 10px!important;
    margin-bottom: 15px!important;
}

h1, h2, h3, h4, h5, p {
    color: #767676;
}

h1 {
    font-size: 3.0em;
    margin: 5px 10px 5px 18px;
    font-weight: 700;
}

h2 {
    font-size: 2.5em;
    margin: 5px 0 12px;
}

h3 {
    font-size: 1.5em;
    margin: 3px 0 10px;
}

h4 {
    font-size: 1.2em;
    margin: 3px 0 8px;
}

h5 {
    font-size: 1.1em;
    margin: 0 0 5px;
}

p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.clearfix {
    clear: both;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
}

td {
    /*padding: 5px 7px;*/
}
#no_padding{
    padding: 0px;
}

.light {
    font-weight: 100;
}

.white {
    color: #fff;
}

.orange {
    color: #FE9A00;
}

.float_lft {
    float: left;
}

.float_rgt {
    float: right;
}

.center {
    text-align: center;
    margin: auto;
}

.caps {
    text-transform: uppercase;
}