.fakenews-section {
    position: relative;
    background-color: #f4f4f4;
}
.fakenews-section .moduletable.news {
    position: relative;
}

.fakenews-section .pretext {
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 10px;
    text-transform: capitalize;
}

.fakenews-section .pretext a {
    color: #666666;
}
.fakenews-section .pretext a:hover {
    color: #337AB7;
    text-decoration: none;
}

.fakenews-section .pretext a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(242deg);
    -webkit-transform: rotate(270deg);
}

.fakenews-section .t--1 {
  font-size: 0.875rem; }
  
.fakenews-section .transition {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fakenews-section .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.fakenews-section .t-title {
    line-height: 1.25;
	font-weight: 400;
}
.fakenews-section .t-0 {
    font-size: 1rem;
}

.fakenews-section .mr-2 {
    margin-right: 0.5rem !important;
}
.fakenews-section .c-primary {
    color: #337ab7;
}
.fakenews-section .r-default {
    border-radius: 0.5rem;
}

.fakenews-section a.l-inherit,.fakenews-section .l-inherit a,.fakenews-section a.l-inherit:hover,.fakenews-section .l-inherit a:hover {
    color: inherit;
}

.fakenews-section .al-0 {
    left: 0;
}
.fakenews-section .at-0 {
    top: 0;
}
.fakenews-section .z-1 {
    z-index: 1;
}

.hover\:shadow-3:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}