/* Enter Your Custom CSS Here */
.niebieski
{
	color : #006699;
}

pre
{
  line-height: 1.2; 
}

sup
{
   vertical-align: super;
    font-size: smaller;
}

sub
{
   vertical-align: sub;
    font-size: smaller;
}


.moje table 
{
  background-color:	#FFE3E1;
   margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  border: 1px solid black;
  border-color: #8E44AD;
  font-size: 100%;
}

.moje th
{
/*  background-color:	#66adcb;*/
  background-color: #D84237;
  color: white;
  text-align : left;
  border: 1px solid black;
   border-color: #8E44AD;
  padding: 3px 1%;
  font-size: 100%;
}

.moje tr, .moje td, .moje tbody
{
  background-color: #FFE3E1;;
  text-align : left;
  border: 1px solid black;
   border-color: #8E44AD;
    padding: 3px 1%;
    font-size: 100%;
}




pre, .kod{
	background-color:	#EEEEEE; 
	margin-left	:	30px;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
  
  	padding-top	:	8px;
  	padding-left	:	30px;
  	padding-right	:	5px;
  	padding-bottom	:	8px;
  	border-left	:	2px dotted #777777;
  	color		:	black;
  	font-size: 125%;
  	}
  
code{
	font-size: 120%;
}  



.post-content p, .post-excerpt p, .comment-content p 
{
  margin : 0.75rem 0 0.25rem;
  line-height : 1.4;
}

li
{
  line-height : 1.4;
  margin : 0.33rem 0 0.33rem;
}


p.wp-caption-text
{
  margin: 0px 0px 1.71429rem;
}

img
{
  margin: 2%;
}

.post-content ol li ol
{
  list-style-type: lower-alpha;
}

dt
{
  font-weight: bold; 
  text-decoration: underline;
  margin : 1.25rem 0 0.25rem;
  margin-left: 30px;
  line-height: 1.4; 
}

dd
{
  margin : 0.75rem 0 0.25rem;
    margin-left: 30px;
  line-height : 1.4;

}
  