body {
  background: SteelBlue;
  }

.menu-header  { background : linear-gradient(to right, rgba(255,255,255,0), steelBlue); }
.body-content { background-color: rgba(255,255,255,0.33)!important; }

.no-round-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  }

.no-round-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  }

.annonce-date {
  font-weight: bold;
  }

.annonce-date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f274";
  margin-right: 5px;
  }

.annonce-title-desc {
  }

.annonce-title {
  font-weight: bold;
  }

.annonce-desc {
  font-size: smaller;
  }

.spv-new {
  padding : 20px 10px;
  background : #ffffff url(/bundles/spvapp/app/img/new-64.png) no-repeat;
  }
