@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */



.timeslot {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	padding: 10px 100px 0 0;
	position: relative;
}
.timeslot span {
	position: absolute;
	font-size: 1em;
	color: #999;
        text-decoration:underline;
}
.timeslot p {
	margin: 25px 0 0;
}

.postdate {
  float: left;
  display: inline;
  margin: 5px 10px 0 0;
  padding: 2px 0 0 0;
  background: url(/img/date_img.png) no-repeat;
  width: 59px;
  height: 59px;
  text-align: center;
}
.postmonth{
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px;
}
.postday{
  color: #333;
  font-size: 25px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 6px 0px;
}

.badge-mg {
  background-color: #4479BA;
  color: white;
}

.badge-Mg {
  background-color: #4479BA;
  color: white;
}

.badge-S {
  background-color: #8e44ad;
  color: white;
}
.badge-t {
        background-color: #f39c12;
        color: white;
}
.badge-Ca {
        background-color: #7f8c8d;
        color: white;
}
.badge-KH {
        background-color: #2c3e50;
        color: white;
}
.badge-NH3 {
        background-color: #2ecc71;
        color: white;
}
.badge-NO3 {
        background-color: #c0392b;
        color: white;
}
.badge-NO2 {
        background-color: #e74c3c;
        color: white;
}
.badge-PO4 {
        background-color: #d35400;
        color: white;
}
.badge-ph {
        background-color: #2980b9;
        color: white;
}
.badge-Si {
        background-color: #95a5a6;
        color: white;
}
.badge-Sr {
        background-color: #EE0000;
        color: white;
}
.badge-K {
        background-color: #f1c40f;
        color: white;
}
.badge-I {
        background-color: #8e44ad;
        color: white;
}

