@charset "UTF-8";
/* CSS Document */
.ncfoe-drive-embed{
	display:inline-block;
	border:thin solid black;
	padding:10px;
	background-color:#fff;
}

.ncfoe-drive-embed .ncfoe-filetype-icon, .ncfoe-drive-embed .ncfoe-folder-icon{
	display:inline-block;
	vertical-align:top;
}

.ncfoe-drive-embed .ncfoe-filetype-icon img{
	width:38px;
	height:50px;
}

.ncfoe-drive-embed .ncfoe-folder-icon img{
	height:49px;
	width:62px;
}

.ncfoe-drive-embed .ncfoe-text{
	margin-left:10px;
	display:inline-block;
	vertical-align:top;
}

.ncfoe-drive-embed .ncfoe-text h4{
	margin:0;
}

.ncfoe-drive-embed .ncfoe-text p{
	margin-bottom:0;
}

.ncfoe-text * a{
	text-decoration:none !important;
	color:#003087;
}

.ncfoe-drive-embed .ncfoe-text p a:hover{
	color:#000000;
}

.ncfoe-drive-embed .wpview-type-embed:parent{
	display:inline-block;
}

.spinner {
    width: 32px; /* width of the spinner gif */
    height: 32px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.popover {
	max-width:550px !important;
}
