.button {
 
    /*Krok 2: Podstawowe style*/
    display: block;
    height: 22px;
    width: 22px;
    background: #E6E6E6;
    border: 1px solid rgba(33, 68, 72, 0.59);
 
    /*Krok 3: Style tekstu*/
    color: rgba(0, 0, 0, 0.55) !important;
    text-align: center;
    font: bold 1em/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  
    /*Krok 4: style CSS3*/
    background: -webkit-linear-gradient(top, silver,  #E6E6E6);
    background: -moz-linear-gradient(top, silver,  #E6E6E6);
    background: -o-linear-gradient(top, silver,  #E6E6E6);
    background: -ms-linear-gradient(top, silver,  #E6E6E6);
    background: linear-gradient(top, silver,  #E6E6E6);
 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    -webkit-box-shadow: 0 1px 0 #063c03;
    -moz-box-shadow: 0 1px 0 #063c03;
    box-shadow: 0 1px 0 #063c03;
 
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

/*Krok 3: Linkuj styl*/
a.button {
    text-decoration: none !important;
}

/*Krok 5: Zachowanie przy najechaniu na button*/
a.button:hover {
 //   background: #E6E6E6;
    background: -webkit-linear-gradient(top, #E6E6E6, silver);
    background: -moz-linear-gradient(top, #E6E6E6, silver);
    background: -o-linear-gradient(top, #E6E6E6, silver);
    background: -ms-linear-gradient(top, #E6E6E6, silver);
    background: linear-gradient(top, #E6E6E6, silver);
}


.button1 {
 
    /*Krok 2: Podstawowe style*/
    display: block;
    height: 25px;
    width: 80px;
   	background: #ff9933 !important;
    // background: #E6E6E6;
    border: 1px solid rgba(33, 68, 72, 0.59);
 
    /*Krok 3: Style tekstu*/
    color: rgba(0, 0, 0, 0.55) !important;
    text-align: center;
    font: bold .8em/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  
    /*Krok 4: Ozdobne style CSS3*/
    background: -webkit-linear-gradient(top, #ff9933,  #ffff99) !important;
    background: -moz-linear-gradient(top, #ff9933,  #ffff99) !important;
    background: -o-linear-gradient(top, #ff9933,  #ffff99) !important;
    background: -ms-linear-gradient(top, #ff9933,  #ffff99) !important;
    background: linear-gradient(top, silver,  #ffff99) !important;
 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    -webkit-box-shadow: 0 1px 0 #660000;
    -moz-box-shadow: 0 1px 0 #660000;
    box-shadow: 0 1px 0 #660000;
 
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

/*Krok 3: Linkuj styl*/
a.button1 {
    text-decoration: none !important;
}

/*Krok 5: Zachowanie przy najechaniu na button*/
a.button1:hover {
 // background: #E6E6E6;
    background: -webkit-linear-gradient(top, #ffff99, #ff9933) !important;
    background: -moz-linear-gradient(top, #ffff99, #ff9933) !important;
    background: -o-linear-gradient(top, #ffff99, #ff9933) !important;
    background: -ms-linear-gradient(top, #ffff99, #ff9933) !important;
    background: linear-gradient(top, #ffff99, #ff9933) !important;
}

.panel {
 
    /*Krok 2: Podstawowe style*/
    display: block;
    background: #DDDDDD!important;
    border: 2px solid #660000;
	margin-bottom: 40px !important;
	padding: 10px;
 
    /*Krok 3: Style tekstu*/
    color: rgba(0, 0, 0, 1) !important;
    text-align: left;

    font: 1.2em/30px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif !important;

  
    /*Krok 4: Ozdobne style CSS3*/
//    background: -webkit-linear-gradient(top, silver,  silver);
//    background: -moz-linear-gradient(top, silver,  silver);
//    background: -o-linear-gradient(top, silver,  silver);
//    background: -ms-linear-gradient(top, silver,  silver);
//    background: linear-gradient(top, silver,  silver);
 
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
 
    -webkit-box-shadow: 0 2px 0px #660000;
    -moz-box-shadow: 0 2px 0px #660000;
     box-shadow: 0 2px 0px #660000;
 
//    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.2);
}

.panel p, li, ul, ol{
	font-family: Arial !important;
	font-size: 1,2em/30px !important;
	font-weight: 500 !important;
}


code[class*="language-"], pre[class*="language-"] {
    font-size: 17px !important;
	font-weight: 600 !important;

}

