.cgt-news-bar.alert-primary {
    background-color: #2699FB;
    color: #FFF;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 20px;
    border: none;
    border-radius: 0;    
    line-height: 32px;
    display: flex;
    padding: 11px 18px;
}
.cgt-news-bar-title {
    color: #fff;
    font-family: 'Roboto-Bold';
    font-weight: normal;
    background: url('../icons/bug-me-bar-icon.svg') no-repeat center left;
    background-size: 32px;
    padding-left: 60px;
    margin-left: 10px;
    display: inline-block;
    letter-spacing: 1px;
}

.cgt-news-bar-content {
    color: #fff;
    font-family: 'Roboto-Light';
    display: inline-block;
    margin-left: 20px;
    flex: 1;
}
.cgt-news-bar-message {
    flex-grow: 1;
}

.cgt-news-bar .btn {
    background-color: #2699FB;
    border: 1px solid #fff;
    text-transform: uppercase;
    margin-right: 40px;
    white-space: nowrap;
    align-self: center;
}

.cgt-news-bar .close {
    opacity: 1;
    margin-right: 10px;
}

.cgt-news-bar .close span {
    display: block;
    height: 32px;
    width: 32px;
    background: url('../icons/bug-me-bar-close.svg') no-repeat center center;
    background-size: 30px;
}
@media not all and (min-width: 800px) {
  .cgt-news-bar {
    margin-top: 1px;
    padding: 11px 15px 11px 20px;
    display: flex;
    flex-direction: column;
  }
  .cgt-news-bar-title {
    letter-spacing: inherit;
    margin-left: 0px;
    padding-left: 57px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
  }
  .cgt-news-bar-content {
    margin-left: 0;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
  }
  .cgt-news-bar .btn {
      margin-right: 0;
      align-self: flex-end;
  }
  .cgt-news-bar .close {
      position: absolute;
      top: 10px;
      right: 10px;
      margin: 0;
      padding: 0;
  }
  .cgt-news-bar .close span {
      width: 25px;
      height: 25px;
      background-size: 25px;
  }
}
