@font-face {
	font-family: 'Pangram';
	src: url('//pr.cnvipad.com/font/Pangram-Regular.eot');
	src: url('//pr.cnvipad.com/font/Pangram-Regular.eot?#iefix') format('embedded-opentype'),
		url('//pr.cnvipad.com/font/Pangram-Regular.woff') format('woff'),
		url('//pr.cnvipad.com/font/Pangram-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pangram';
	src: url('//pr.cnvipad.com/font/Pangram-Bold.eot');
	src: url('//pr.cnvipad.com/font/Pangram-Bold.eot?#iefix') format('embedded-opentype'),
		url('//pr.cnvipad.com/font/Pangram-Bold.woff') format('woff'),
		url('//pr.cnvipad.com/font/Pangram-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Pangram';
	src: url('//pr.cnvipad.com/font/Pangram-ExtraBold.eot');
	src: url('//pr.cnvipad.com/font/Pangram-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('//pr.cnvipad.com/font/Pangram-ExtraBold.woff') format('woff'),
		url('//pr.cnvipad.com/font/Pangram-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Pangram';
	src: url('//pr.cnvipad.com/font/Pangram-ExtraLight.eot');
	src: url('//pr.cnvipad.com/font/Pangram-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('//pr.cnvipad.com/font/Pangram-ExtraLight.woff') format('woff'),
		url('//pr.cnvipad.com/font/Pangram-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Pangram';
	src: url('//pr.cnvipad.com/font/Pangram-Light.eot');
	src: url('//pr.cnvipad.com/font/Pangram-Light.eot?#iefix') format('embedded-opentype'),
		url('//pr.cnvipad.com/font/Pangram-Light.woff') format('woff'),
		url('//pr.cnvipad.com/font/Pangram-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

* {
	font-family: 'Pangram', sans-serif;
}

body {
	background-color: #062a4d;
	color: white;
}

.row {
	width:100%;
}

.holder {
	margin-top: 3%;
}

.app-icon {
	width: 80px;
	height: 80px;
	border-radius: 15%;
	background-size: 80px 80px;
	margin: auto;
	border: solid 1px #4e6985;
}

.app-icon-large {
	width: 150px;
	height: 150px;
	border-radius: 15%;
	background-size: 150px 150px;
	margin: auto;
	border: solid 2px #4e6985;
}

.line {
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	margin: 5px 0;
}

.badge {
	background-color: rgba(255,255,255,0.4);
	border-radius: 50%;
}

.btn-short {
	padding: 2px 10px 5px 10px;
	height: 25px;
}

.scrollable {
	width: auto;
	height: 500px;

	overflow-y: scroll;
	overflow-x: hidden;

	background-color: rgba(255,255,255,0.1);
	padding: 20px;
}

.table {
	padding-bottom: 10px;
	margin-right: -10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.search {
	padding: 2px;

}