.rekai-newsarticle-article-container {
   position: relative;
}

.rekai-courses-wrapper .rekai-newsarticle-article-container {
   width: 48%;
   border-top: 1px solid #ededed;
   border-bottom: 1px solid #ededed;
   border-right: 1px solid #ededed;
   border-left: 1px solid #ededed;
   margin-top: 32px;
   padding: 25px 40px!important;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
   .rekai-courses-wrapper .rekai-newsarticle-article-container {
   	width: 100%;
   }
}

.rekai-newsarticle-article-container:hover .rekai-newsarticle-a {
   text-decoration: underline;
}

.rekai-news-wrapper {
	display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;  
}

.rekai-news-wrapper .rekai-newsarticle-article-container.fallback {
	border-left: 3px solid #124270!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.humaniora {
	border-left: 3px solid #8BBFE2!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.ekonomi {
	border-left: 3px solid #B81218!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.informatik {
    border-left: 3px solid #00ABCC!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.ingenjor-och-teknik {
	border-left: 3px solid #E8782A!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.larare {
	border-left: 3px solid #B0CC3B!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.naturvetenskap-miljo-och-matematik {
	border-left: 3px solid #00A463!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.samhalls-och-beteendevetenskap,
.rekai-news-wrapper .rekai-newsarticle-article-container.samhalls--och-beteendevetenskap{
	border-left: 3px solid #AD94C4!important;
}

.rekai-news-wrapper .rekai-newsarticle-article-container.vard {
	border-left: 3px solid #F6C90A!important;
}

.rekai-news-wrapper .rekai-newsarticle-p.normal {
  line-height: 1.5em;
}

.rekai-courses-wrapper .rekai-newsarticle-a {
  display: block;
  color: rgb(51, 51, 51);
  font-family: "guardian egyptian web medium",sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  line-height: 1.33;
  text-decoration: none;
}

.rekai-newsarticle-a:after {
	position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   content: '';
   z-index: 2;  
}

.rekai-courses-wrapper .rekai-newsarticle-p {
	margin: 11px 0 0 0;
   font-family: "open sans";
   font-size: 16px;
   line-height: 32px;
}

.hh-pagecontent .rek-prediction {
  padding-bottom: 2em;
}

.hh-pagecontent .rek-prediction li {
  min-height: 52px;
}

.hh-pagecontent .rek-prediction a {
  color: #004985;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #22bbea;
}

/* HF-117
.hh-pagecontent .rek-prediction a:hover {
   border-bottom: 1px solid transparent;
} */

.rek-course-prediction {
  margin-top: -12em;
}

.rek-course-prediction .rekai-newsarticle-article-container .rekai-newsarticle-article {
  border: 1px solid #ededed;
  padding: 10px;
  height: 100%;
}

.rek-prediction-a-o a {
  color: #004985;
  line-height: 32px;
}

.rek-prediction-a-o a:hover {
	text-decoration: none;
}


.rek-blue-box {
  background-color: #eaf3fa;
  border-bottom-color: #eaf3fa;
  border-bottom-style: solid;
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 2em;
  padding-right: 2em;
}

.rek-hidden {
  display: none;
}

.rekai-news-header-wrapper {
  margin-top: 4em;
}

/* HF-117 – Länkblock dekoration */
.hh-pagecontent .rek-prediction a {
   text-decoration: none;
   display: -webkit-inline-flex; 
   display: -ms-inline-flexbox; 
   display: inline-flex; 
   position: relative;
   border-bottom: 1px solid #22bbea;
   cursor: pointer;
}
.hh-pagecontent .rek-prediction a:after {
   content: '';
   background: url('/images/18.5a9a02cf1665ad57aafd6e5c/1539614551223/hh-arrow-right-icon.svg');
   background-size: 100%;
   background-position: center;
   height: 12px;
   width: 7px;
   margin-top: 0.625rem;
   margin-left: 0.5rem;
   display: inline-block;
   background-repeat: no-repeat;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.hh-pagecontent .rek-prediction a:hover {
	border-bottom: 1px solid transparent;
}

.hh-pagecontent .rek-prediction a:hover:after  {
   margin: 0.625rem 0 0 1rem;
}
.hh-pagecontent .rek-prediction a img.sv-linkicon {
   width: 0.75rem;
   height: 0.625rem;
}