.zielona {
  font: 13px Tahoma;
  background: rgb(82,177,82);
  /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(82,177,82,1) 8%, rgba(0,138,0,1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8%,rgba(82,177,82,1)), color-stop(100%,rgba(0,138,0,1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(82,177,82,1) 8%,rgba(0,138,0,1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(82,177,82,1) 8%,rgba(0,138,0,1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(82,177,82,1) 8%,rgba(0,138,0,1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  rgba(82,177,82,1) 8%,rgba(0,138,0,1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008a00',GradientType=0 );
  /* IE6-9 */
  width: 500px;
  margin: 0 auto;
  color: #fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.71);
  padding: 18px;
  border-left: 4px solid #0a4a0a;
}

.czerwona {
  font: 13px Tahoma;
  background: rgb(232,23,23);
  /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(232,23,23,1) 0%, rgba(207,4,4,1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,23,23,1)), color-stop(100%,rgba(207,4,4,1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(232,23,23,1) 0%,rgba(207,4,4,1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(232,23,23,1) 0%,rgba(207,4,4,1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(232,23,23,1) 0%,rgba(207,4,4,1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  rgba(232,23,23,1) 0%,rgba(207,4,4,1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81717', endColorstr='#cf0404',GradientType=0 );
  /* IE6-9 */
  width: 500px;
  margin: 0 auto;
  color: #fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.71);
  padding: 18px;
  border-left: 4px solid #731210;
}

.niebieska {
  font: 13px Tahoma;
  background: rgb(90,163,232);
  /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(90,163,232,1) 0%, rgba(56,139,226,1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,163,232,1)), color-stop(100%,rgba(56,139,226,1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(90,163,232,1) 0%,rgba(56,139,226,1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(90,163,232,1) 0%,rgba(56,139,226,1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(90,163,232,1) 0%,rgba(56,139,226,1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,  rgba(90,163,232,1) 0%,rgba(56,139,226,1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aa3e8', endColorstr='#388be2',GradientType=0 );
  /* IE6-9 */
  width: 500px;
  margin: 0 auto;
  color: #fff;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.71);
  padding: 18px;
  border-left: 4px solid #123e70;
}

.ekipa {
  float: right;
  font-size: 12px;
}
		
		
		