@font-face {
font-family: 'quicksand';
/*src: url('/jabba/static/src/fonts/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xDwxUD22FA.woff') format('woff')*/
src: url('/jabba/static/src/fonts/Quicksand-Light.woff') format('woff')
}

@font-face {
font-family: 'jost';
/*src: url('/jabba/static/src/fonts/92zPtBhPNqw79Ij1E865zBUv7mxEIjVBNI4un_HKCEk.woff') format('woff')*/
src: url('/jabba/static/src/fonts/Jost-Light.woff') format('woff')
}
main {
    color:#4d4d4f;
    font-family: quicksand;
}
li,p, .description_fields, .center, #jabba_posts  {
    color:#4d4d4f;
    font-family: quicksand;
}

h1, h2, h3, h4 {
    color:#4d4d4f;
    font-family: jost;
    font-weight: 700;
}
.jabba_color {
    color: #9fcc3b;
}
.description_fields {
    color: #9fcc3b;
    font-size:14px;
}
.subtitle_jabba_subform2{
    color:#4d4d4f;
    font-size:14px;
    font-family: jost;
}
.control-label{
    font-weight:700;
}

.warning_message {
    color:#d86d6d;
    font-size:16px;
    font-family:quicksand;
}

.alerting_message {
    font-weight: 500;
}

.jabba_button{
    background-color: #9fcc3b;
    color:#4d4d4f;
}

#jabba_deletion_button {
        background-color: #d86d6d;
        color:white;
}

.jabba_images_subform_2{
    margin: auto;
}

.jabba_images {
    margin :auto;
    width: 10%;
}
.center {
text-align: center;
  width: 100%;
  padding: 20px;
}

#picture_subscriptions{
  width: 100%;
}

.jabba_images_choosing_subscription{
    margin: auto;
    width: 70%;
}

#choosing_sub, #deleting_sub {
    text-align: center;
  width: 100%;

}

#changing_sub {
    font-weight:600;
    color: #9fcc3b;

}

/*disabling the arrows in the number fields*/
input::-webkit-inner-spin-button {
display: none;
}

/*The placeholder color is overwritten with the fonts, so we change it back manually*/
input[name="serialnumber"]::placeholder,
input[name="checkcode"]::placeholder{
    color: #999;
}
