.m_desc_container {
	width: 100%; 
	//text-align: center;
	margin: 0 auto;
}

.m_desc_title {
	color: #BDB76B;
	font-family: cursive;
}

.m_desc_pl_title {
	font-size: 28px;
}

.m_desc_org_title {
	font-size: 18px;
}

.m_desc_param_title {
	font-size: 18px;
}

.m_desc_header {
	text-align: left;
	color: #1E90FF;
	font-size: 18px;
	font-weight: bold;
}

.m_desc_content {
	color: #FFEBCD;
	font-size: 14px;
	text-align: left;
	word-break: normal;
}

.m_desc_p_first {
	color: #BDB76B;
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
	word-break: normal;
}

.m_desc_p {
	color: #FFEBCD;
	font-size: 14px;
	text-align: justify;
	word-wrap: break-word;
	word-break: normal;
}

.m_desc_content_desc {
	text-align: justify;
	margin: 0 15px;
	word-wrap: break-word;
	word-break: normal;
}

.m_desc_content_info {
    margin: 0 15px;
}

.m_desc_content_info ul { 
	list-style-type: none;
}

.m_desc_content_info ul li ul { 
	list-style-type: disc;
	word-wrap: break-word;
}

.m_desc_system_req { 
	text-align:justify; 
	color: #FFEBCD;
	font-size: 12px;
}

.m_desc_install_desc { 
	text-align:justify; 
	color: #FFEBCD;
	font-size: 12px;
}

.m_desc_system_req .m_desc_header ul { 
	list-style-type: disc;
    text-align:justify;
    color: #FFEBCD;
    font-size: 11px;
}

.m_desc_install_desc .m_desc_header ol { 
    text-align:justify;
    color: #FFEBCD;
    font-size: 11px;
}

/* .videoWrapper {
	text-align: center;
	margin: auto;
	max-width: 560px;
}


.videoWrapper iframe {
   min-width: 100%;
   max-height: 100%; 
} */

#trailer iframe {
	max-width: 560px; 
	max-height: 315px; 
	margin-width: auto;
	left: -9999px;
	right: -9999px;
}

/* .m_desc_screens:after {
        content:'';
        display:block;
        clear:both;
} */

/* .m_desc_screens {
	display:block;
	clear:both;
}     
      
.m_desc_screens a {
	float: left;
}

.m_desc_screens img{
	float: left;
} */

/*.m_desc_screens {
	width: 100%; 
	text-align: center;
	margin: 0 auto;
} 

.m_desc_screens a img{
	float: left;
} */


.m_desc_row_center {
	text-align: center;
	margin: 10px;
}

.m_desc_img_responsive {
	margin: 0 auto;
}

.m_desc_all_attach_info {
	width: auto;
	height: auto;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.m_desc_all_attach_info_free {
	color:#3399CC;
	font-weight: bold;
}


/*  screeny */

.m_desc_screens a img {
	max-width: 200px; height: auto;
	margin-top: 5px;
	margin-left: 1px;
	margin-right: 1px;
}

.m_desc_screens a {
	display:inline-block;
}

.m_desc_screens a:nth-child(4):after {
	content:"\A";
	white-space:pre;
}

/* lista np. w muzyce przedrostek 0 */

ol[name=info] {
	list-style-type: none;
	counter-reset: li;
}
ol[name=info] li:before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero) ".";
  margin-right: 0.25em;
}