/* 
    Document   : plants
    Created on : 2014-apr-29, 11:53:25
    Author     : Kir
    Description:
        Purpose of the stylesheet follows.
*/

.waterdrops { }
.waterdrops i { color: #cccccc; }
.waterdrops-0 i:first-child { color: #3D84D4; }
.waterdrops-1 i:nth-child(2),.waterdrops-1 i:nth-child(1) { color: #3D84D4; }
.waterdrops-2 i { color: #3D84D4; }

.plantsize { }
.plantsize i { color: #cccccc; }
.plantsize i:first-child { font-size: 8px; }
.plantsize i:nth-child(2) { font-size: 12px; }
.plantsize i:last-child { font-size: 16px; }
.plantsize-0 i:first-child { color: #3F3F3F; }
.plantsize-1 i:nth-child(2),.plantsize-1 i:nth-child(1) { color: #3F3F3F; }
.plantsize-2 i { color: #3F3F3F; }



.difficultymeter { }
.difficultymeter i { color: #cccccc; }
.difficultymeter-0 i:first-child { color: #9cd209; }
.difficultymeter-1 i:nth-child(2),.difficultymeter-1 i:nth-child(1) { color: #D7B52C; }
.difficultymeter-2 i { color: #BE3434; }



@media screen and (max-width: 767px) { 
	#table-plants th {
		display: none;
	} 
	#table-plants td { 
		display: block;
		width: 100%;
		box-sizing: border-box;
		clear: both; 
		min-height: 34px;
		border-top: 0;
	}
	#table-plants td:first-child { display: none;}
	
	#SettingsList {
		margin-bottom: 10px;
	}
}