@import url(http://fonts.googleapis.com_dontuse/css?family=Roboto+Slab:400,300,700,100);
.body-content {
    padding-left: 0;
    padding-right: 0;
}

body {
    background-color: transparent;
    color: #1e1308;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}


.form-control {
    background-color: transparent;
    background-image: none;
    border: 1px solid #63b200;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

input.checkbox[type="checkbox"] + label {
    background-color: transparent;
    border: none;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-primary {
    background-color: #63b200;
    border-color: #63b200;
    color: #fff;
}

.btn-primary:hover {
    background-color: #63b200;
    border-color: #63b200;
    color: #fff;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #63b200;
    border-color: #63b200;
}