body {
	background: #111; /* Old browsers */
	background: -moz-linear-gradient(top, #111 0%, #666 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #111 0%,#666 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #111 0%,#666 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#666',GradientType=0 ); /* IE6-9 */
}

#abl_container {
	width: calc(100% - 100px);
	height: calc(100% - 80px);
	position: absolute;
	left: 50px;
	top: 20px;
}

#abl_header {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#abl_headerPaneName {
	color: #7f7f7f;
}

#abl_name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;

	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'khandmedium';
	font-size: 52px;
	text-align: left;
}

#abl_content {
	width: 100%;
	height: calc(100% - 100px);
	position: absolute;
	left: 0px;
	top: 100px;
}

.abl_pane {
	/*border-left: 4px solid #d20000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #d20000;
	border-right: 1px solid #FFF;*/
	box-sizing: border-box;
	position: absolute;
	float: left;
	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'khandregular';
	font-size: 10px;
	/*-webkit-transition: 5s;*/
	background-color: rgba(255,255,255,.1);
	/*border: 1px solid #7f7f7f;*/
	border-top: 2px solid #FFF;
	/*border-right: 1px solid #7f7f7f;*/
}

.abl_paneInner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow-y: auto;
}

.abl_paneContent {
	width: 96%;
	height: 150px;
	position: relative;
	margin-left: 2%;
	margin-top: 2%;
	margin-bottom: 2%;
	cursor: pointer;
}

.abl_paneContentThumbnail {
	width: 270px;
	height: 150px;
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin-right: 2%;
	background-size: cover !important;
	background-position: center center;
}

.abl_paneContentTitle {
	position: relative;
	/*float: left;*/
	margin-top: .25%;
	color: #FFF;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'khandmedium';
	font-size: 27px;
}

.abl_paneContentLine {
	width: calc(98% - 270px);
	height: 1px;
	position: relative;
	margin-left: calc(270px + 2%);
	margin-top: .5%;
	background-color: #7f7f7f;
}

.abl_paneContentDescription {
	position: relative;
	/*float: left;*/
	padding-top: 4%;
	color: #FFF;
	font-family: "PetitaLight";
	/*font-family: 'khandregular';*/
	font-size: 16px;
}

.abl_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover !important;
	background-position: center center;
	cursor: pointer;
}

.abl_paneName {
	width: auto;
	height: auto;
	position: absolute;
	top: 1%;
	right: 2%;
	font-family: 'khandmedium';
	font-size: 16px;
}

.abl_paneIcon {
	width: 50%;
	max-width: 100px;
	height: 50%;
	max-height: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

.cap {
	color: #ff9900;
	font-size: 165%;
	vertical-align: -25%;
	letter-spacing: -.4px;
}

.abl_corner {
	width: 100%;
	max-width: 30px;
	height: 100%;
	max-height: 58px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-left: 8px solid #ff9900;
	border-bottom: 8px solid #ff9900;
	box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: transparent;
}
 
::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 2, 2018 */
@font-face {
    font-family: 'khandmedium';
    src: url('../fonts/khand-medium-webfont.woff2') format('woff2'),
         url('../fonts/khand-medium-webfont.woff') format('woff'),
         url('../fonts/khand-medium-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PetitaLight';
    src: url('../fonts/PetitaLight.woff2') format('woff2'),
         url('../fonts/PetitaLight.woff') format('woff'),
         url('../fonts/PetitaLight.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}