/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.select2-results ul{
    float: left;
    width: 100%;
}

.app-left{
    float: left;
}
.app-right{
    float: right;
}
.app-half{
    width: 48.999%;
    padding: 1%;
}
.app-full{
    width: 100%;
}
select{
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 10px 25px;
}
.app-margin-top{
    margin-top: 1%;
}
