/* To override css classes:
  - define classes with the same name as already exist.
  - Each attribute value has to be extended with !important

  Example:

  .content-header {
    background: green !important;
  }

*/

