/*.pregnancy-calendar  p{
	font-size: 90%;
}*/
.pregnancy-calendar select,
.pregnancy-calendar input {
	border-radius: 3px;
	height: 1.8rem;
    vertical-align: top;
}

.pregnancy, .pregnancy-form {
    text-align:center;
    font-weight: bold;
    padding:1px;
}

.pregnancy form{
	margin-bottom:1em;
}

.pregnancy > form > p {
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.pregnancy > form > p > input[type='number'] {
    width: 40px;
    /*font-weight: bold;*/
    text-align: center;
}
.calendar {
    margin-left: auto;
    margin-right: auto;
	margin-bottom:1em;
    /*font-size: 14px;*/
}
.calendar table td:nth-child(2),
.calendar table td:first-child {
    border-top:#000 1px solid;
}
.calendar table a:link {
    margin-top: 30px;
    /*color: #666;*/
    /*font-weight: bold;*/
    text-decoration:underline;
}
.calendar table a:visited {
	text-decoration:underline;
    /*color: #999999;*/
    /*font-weight:bold;*/
    /*text-decoration:none;*/
}
.calendar table a:active,
.calendar table a:hover {
    color: #bd5a35;
    /*text-decoration:underline;*/
}
.calendar table {
	width:100%;
    color:#666;
    /*font-size:12px;*/
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
.calendar table th {
    padding:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.calendar table th:first-child {
    text-align: left;
    padding-left:20px;
}
.calendar table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.calendar table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.calendar table tr {
    text-align: center;
    padding-left:20px;
}
.calendar table td:first-child {
    /*text-align: left;*/
    padding-left:20px;
    border-left: 0;
}
.calendar table td {
	width:50%;
    padding:9px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.calendar table td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
}
.calendar table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.calendar table tr:last-child td {
    border-bottom:0;
}
.calendar table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.calendar table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.calendar table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}
.calendar table .trimester {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
	color:#ff5ca0;
	font-size: 1.2em;
}

#pregnancy-test > ul {
    margin: 15px 5px;
    /*font-size: 14px;
    line-height: 1.4;*/
    list-style-type: decimal;
}
#pregnancy-test > ul > li {
    margin: 10px auto 10px auto;
}
#pregnancy-test > ul > li > input[type=radio] {
    margin-right: 5px;
}
.result {
    /*font-size: 14px;
    line-height: 1.4;*/
    list-style-type: decimal;
}

.pregnancy h1 {
	color:#ff5ca0;

}
.pregnancy_date {
	color:darkblue;
	font-weight:bold;
	text-align:left;
}
/*.pregnancy_main_text {
	padding: 30px 0;
}*/

/*.pregnancy_main_text p{
	text-align:justify;
	font-size:1.2em;
}*/

/*.pregnancy_main_text ul{
	font-size:1.2em;
	padding:10px 0 10px;
}*/

/* minimal
*******************************************************************************/
button.minimal {
	margin:0!important;
	vertical-align:top;
  background: #9beaa6;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; 
  font: 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 2px 0 1px;
  text-align: center;
  width: 150px; }
  button.minimal:hover {
    background: #6ad879; 
    color: #222;
    cursor: pointer; }
  button.minimal:active {
    background: #65d675;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -ms-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -o-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }