html {
    /* 1 */
    font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 17px;
    font-weight: normal;
    line-height: 1.5;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
    background: #fff;
    color: #666;
}

a,
.uk-link {
    color: #E2361F;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
    color: black;
    text-decoration: underline;
}


/* Pixel */
.uk-width-xsmall {
    width: 50px;
}

@media (min-width: 640px) {

    /* Pixel */
    .uk-width-xsmall\@s {
        width: 50px;
    }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {

/* Pixel */
.uk-width-xsmall\@m {
    width: 50px;
  }

}

/* Desktop and bigger */
@media (min-width: 1200px) {

  /* Pixel */
  .uk-width-xsmall\@l {
    width: 50px;
  }

}

/* Large screen and bigger */
@media (min-width: 1600px) {

 /* Pixel */
 .uk-width-xsmall\@xl {
    width: 50px;
  }

}