
.card{
	background-color: #FFF;
	padding: 20px;
	border-radius: 10px;
}

.card-title>h5{
	text-align: center;
}

.ui-helper-hidden-accessible { display:none; }

#ui-id-1{
	background-color: #EEE;
	border: 1px solid #CCC;
	list-style-type: none;
	list-style-position: inside;
	padding-left: 5px;
	padding-right: 2px;
	display: inline-block;
}

#ui-id-1 li{
	line-height: 30px;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 0.8em;
}

#ui-id-1 li:hover{
	cursor: hand;
}

.article-bg-img{
    width: 100%;
    position: absolute;
    margin: 0;
    left:0;
    top:0;
    cursor: pointer;
}

.article-bg-img>a>img{
	height: 100vh;
	width: 100vw;
}

.article-bg-img:hover{
    cursor: pointer;
}

.inline { display: none }

.featherlight .legend {
    position: absolute;
    bottom: 0;
    font-size: larger;
    color: white;
    background-color: black;
    opacity: 0.5;
}
