.app-course .btn-register {
  background: #55a20a;
  color: #fff !important; }

.app-course .app-news-backtolist {
  background: transparent;
  color: #55a20a;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0px;
  transition: .3s ease color; }
  .app-course .app-news-backtolist:hover {
    color: #000; }

.app-news.app-news-detail {
  background: #fff; }
  .app-news.app-news-detail .app-news-detail-imagecontainer {
    width: 47%;
    vertical-align: top;
    float: right;
    padding: 0 0 20px 20px;
    margin-top: 55px; }
    .app-news.app-news-detail .app-news-detail-imagecontainer img {
      max-width: 100%; }
    @media (max-width: 1050px) {
      .app-news.app-news-detail .app-news-detail-imagecontainer {
        width: 100%;
        float: none;
        margin: 0 auto;
        display: block;
        max-width: 600px; } }
  @media (max-width: 1050px) and (max-width: 600px) {
    .app-news.app-news-detail .app-news-detail-imagecontainer {
      max-width: auto;
      padding-left: 0; } }
  .app-news.app-news-detail .app-news-detail-contentcontainer {
    /*h1 {
			margin-top: 0;
			margin-bottom: 0;
			font-size: 36px;
			color: #000;
		}*/ }
    .app-news.app-news-detail .app-news-detail-contentcontainer.app-news-detail-withimage {
      width: 46%;
      display: inline-block;
      margin: 0 40px 0 0;
      vertical-align: top; }
      @media (max-width: 985px) {
        .app-news.app-news-detail .app-news-detail-contentcontainer.app-news-detail-withimage {
          width: 100%; } }
    .app-news.app-news-detail .app-news-detail-contentcontainer .app-news-detail-teaser {
      font-weight: 700; }
  .app-news.app-news-detail .app-news-date,
  .app-news.app-news-detail .app-news-categories {
    font-size: 14px;
    letter-spacing: 1px;
    display: inline;
    margin: 0;
    font-weight: 700; }
  .app-news.app-news-detail .app-news-date {
    color: #999999; }
  .app-news.app-news-detail .app-news-categories > span {
    color: #999999;
    text-transform: uppercase;
    cursor: pointer; }
  .app-news.app-news-detail a.btn.btn-primary,
  .app-news.app-news-detail a.btn.btn-primary:link {
    background: transparent;
    color: #55a20a;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: 0px;
    font-weight: normal;
    transition: .3s ease color; }
    .app-news.app-news-detail a.btn.btn-primary:hover,
    .app-news.app-news-detail a.btn.btn-primary:link:hover {
      color: #000; }
  .app-news.app-news-detail a.btn.btn-primary:active {
    box-shadow: none; }
  .app-news.app-news-detail a.app-news-backtolist {
    margin-top: 40px !important; }

/*# sourceMappingURL=detailstyles.css.map */
