@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

@font-face{font-family:'PT Serif';src:url('https://www.umcs.pl/font/PTF55F-webfont.eot');src:url('https://www.umcs.pl/font/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),url('https://www.umcs.pl/font/PTF55F-webfont.woff') format('woff'),url('https://www.umcs.pl/font/PTF55F-webfont.ttf') format('truetype'),url('https://www.umcs.pl/font/PTF55F-webfont.svg#pt_serifregular') format('svg');font-weight:400;font-style:normal}@font-face{font-family:'PT Serif';src:url('https://www.umcs.pl/font/PTF75F-webfont.eot');src:url('https://www.umcs.pl/font/PTF75F-webfont.eot?#iefix') format('embedded-opentype'),url('https://www.umcs.pl/font/PTF75F-webfont.woff') format('woff'),url('https://www.umcs.pl/font/PTF75F-webfont.ttf') format('truetype'),url('https://www.umcs.pl/font/PTF75F-webfont.svg#pt_serifbold') format('svg');font-weight:700;font-style:normal}@font-face{font-family:'PT Serif';src:url('https://www.umcs.pl/font/PTF56F-webfont.eot');src:url('https://www.umcs.pl/font/PTF56F-webfont.eot?#iefix') format('embedded-opentype'),url('https://www.umcs.pl/font/PTF56F-webfont.woff') format('woff'),url('https://www.umcs.pl/font/PTF56F-webfont.ttf') format('truetype'),url('https://www.umcs.pl/font/PTF56F-webfont.svg#pt_serifitalic') format('svg');font-weight:400;font-style:italic}@font-face{font-family:'PT Serif';src:url('https://www.umcs.pl/font/PTF76F-webfont.eot');src:url('https://www.umcs.pl/font/PTF76F-webfont.eot?#iefix') format('embedded-opentype'),url('https://www.umcs.pl/font/PTF76F-webfont.woff') format('woff'),url('https://www.umcs.pl/font/PTF76F-webfont.ttf') format('truetype'),url('https://www.umcs.pl/font/PTF76F-webfont.svg#pt_serifbold_italic') format('svg');font-weight:700;font-style:italic}


  body{
	  font-family: "PT Serif",Georgia,"Times New Roman",Times,serif;
	  
  }
  
  
  
  table, td, th {
    border: 2px solid white;background-color: #e5ece566;
    width: 25%;
  }
  #meteoWide {
    table-layout: fixed !important;
    width: 100% !important;
  }
  #meteoMobile {
    visibility: hidden;
  }
  
  table {
    width: 100%;
    border-collapse: collapse;
    

  }

  td {
      margin: auto 0;
      text-align: center;
	    padding: 7px;
  }
  .doseRate > h4 {
      text-align: center;
  }

  
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 0 auto;
  padding:5px;
  width:35%;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  text-align: center;
   box-sizing: border-box;
}
.info-msg {
  color: /*#059;*/ #000000;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
