/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

.info
{
	/* Font */
	/* Emoji fonts are added to visualise them nicely in Internet Explorer. */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
	font-size: 12px !important;

	/* Text color */
	color: #333 !important;

	/* Remove the background color to make it transparent. */
	background-color: #fff !important;
}

.info .cke_editable
{
	font-size: 13px !important;
	line-height: 1.6 !important;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word !important;
}

.info blockquote
{
	font-style: italic !important;
	font-family: Georgia, Times, "Times New Roman", serif !important;
	padding: 2px 0 !important;
	border-style: solid !important;
	border-color: #ccc !important;
	border-width: 0 !important;
}

.info .cke_contents_ltr blockquote
{
	padding-left: 20px !important;
	padding-right: 8px !important;
	border-left-width: 5px !important;
}

.info .cke_contents_rtl blockquote
{
	padding-left: 8px !important;
	padding-right: 20px !important;
	border-right-width: 5px !important;
}

.info a
{
	color: #0782C1 !important;
}

.info ul
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px !important;
	/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
	padding: 0 4% !important;
}


ol,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px !important;
	/* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
	padding: 0 40px !important;
}

.info h1,h2,h3,h4,h5,h6
{
	font-weight: normal !important;
	line-height: 1.2 !important;
}

.info hr
{
	border: 0px !important;
	border-top: 1px solid #ccc !important;
}

.info img.right
{
	border: 1px solid #ccc !important;
	float: right !important;
	margin-left: 15px !important;
	padding: 5px !important;
}

.info img.left
{
	border: 1px solid #ccc !important;
	float: left !important;
	margin-right: 15px !important;
	padding: 5px !important;
}

.info pre
{
	white-space: pre-wrap !important; /* CSS 2.1 */
	word-wrap: break-word !important; /* IE7 */
	-moz-tab-size: 4 !important;
	tab-size: 4 !important;
}

.info .marker
{
	background-color: Yellow !important;
}

.info span[lang]
{
	font-style: italic !important;
}

.info figure
{
	text-align: center !important;
	outline: solid 1px #ccc !important;
	background: rgba(0,0,0,0.05) !important;
	padding: 10px !important;
	margin: 10px 20px !important;
	display: inline-block !important;
}

.info figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

.info a > img {
	padding: 1px !important;
	margin: 1px !important;
	border: none !important;
	outline: 1px solid #0782C1 !important;
}

/* Widget Styles */
.info .code-featured
{
	border: 5px solid red;
}

.info .math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.info .image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.info .image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.info .image-grayscale
{
	background-color: white;
	color: #666;
}

.info .image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.info .embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.info .embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.info .embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.info .embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.info .embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}
