@charset "UTF-8";

/*
+------------------------------------------------------------------------------+
|	FarmNow                                                                    |
|	Version 3.3.0                                                              |
|	CSS-Document (Media: Print)                                                |
+------------------------------------------------------------------------------+
*/


/*
	BASICS
*/

body {
	background: none;
	font-size: 70%;
}

section {
	width: 98%;
}

#userData img {
	display: none;
}

footer {
	border: none;
}

.content {
	background: none;
	float: none;
	position: static;
	width: 100%;
}


/*
	NAVIGATION
*/

nav {
	background: none;
	height: auto;
	box-shadow: none;
	float: none;
	position: static;
	width: 100%;
	display: block;
	}

nav li, nav a {
	display: none;
}

nav img {
	width: auto;
	height: 3em;
	margin-right: 1em;
}

nav .header {
	display: block;
	text-align: right;
	width: 100%;
	color: #000000;
}

.header a {
	display: inline;
}

nav h1 {
	display: inline;
	font-size: 200%;
}


/*
	MAIN PAGE
*/

.mainPage {
	width: 100%;
}


/*
	LISTS
*/

.list ul {
	border-bottom: 1px solid #000000;
}

.list li {
	border-top: 1px solid #000000;
}

.list .listHeader {
	background: #000000;
}

.list .sidCell, .list .statusCell {
	width: 6.5%;
}

.list .bdateCell {
	width: 11%;
}

.list .infoCell {
	width: 4%;
	text-align: center;
}

.list .nameCell, .list .lidCell {
	width: 15%;
}

.list .nameCell img {
	display: none;
}

.list .actionCell {
	width: 30%;
}

.list .detailCell {
	display: none;
}

.list .search {
	display: none;
}


/*
	DETAIL PAGE
*/

#detailInfoSectionOk, #detailInfoSectionAlert, #detailInfoSectionAlertToday, #detailInfoSectionOk:hover, #detailInfoSectionAlert:hover,#detailInfoSectionAlertToday:hover, #detailHistorySection, #detailCommentSection, #detailMilkFeedingSection {
	float: none;
	width: 98%;
}

#detailMilkFeedingSection li {
	width: 31%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#detailMilkFeedingSection .floatClear {
	display: inline;
	clear: both;
}

.detailPage .lidCell p, .detailPage .bdateCell p, .detailPage .actionCell p, .detailPage .statusCell p, .detailPage .raceCell p {
	width: 35%;
}

.detailPage .detailCell, .commentInfo .commentDelete {
	display: none;
}