/*
 * Stylesheet for Kalender Musim Gorontalo
 *
 * Designed by ZulNs, @Gorontalo, Indonesia, 25 October 2017
 * Based on Amirudin Dako's notes
 */

#musim-nikah .buttons
{
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #efefef;
	display: table;
}

#musim-nikah .buttons > div
{
	display: table-cell;
	width: 8.33%;
	height: 60px;
	vertical-align: middle;
	padding: 0 4px 0 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	        box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

#musim-nikah .dilarang
{
	background: #f44336;
}

#musim-nikah .boleh
{
	background: #4caf50;
}

#musim-nikah kbd.lowanga
{
	background: #da190b;
}

#musim-nikah .buttons > div:hover
{
	cursor: pointer;
	background: #e68a00;
	color: #ffffff;
}

#musim-nikah .buttons > div.active
{
	background: #ff9800;
	color: #ffffff;
}

#musim-nikah td:not(:first-child)
{
	text-align: center;
}

#musim-nikah tbody td:not(:first-child)
{
	color: #ffffff;
}

#musim-nikah .desc
{
	display: none;
}

#musim-nikah .desc.show
{
	display: block !important;
}
