/*--------------------------------------------------------
# Solunar - Joomla! Component
# -------------------------------------------------------
# For Joomla! 2.5.x and Joomla! 3.x
# Copyright (©) 2011-2014 Joomla357.com. All rights reserved.
# @ Licence: http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Demo: http:// www.joomla357.com/demo/monthly-archive
# Website: http:// www.joomla357.com/
# Support: support@joomla357.com
------------------------------------------------------- */
.whitebg { 
    background-color: #;
}

table.solunar_data {
	border: 1px solid #ccc;
	text-align: right;
}

table.solunar_search tr td, 
table.solunar_search tr td {
	text-align: center;
}

.solunar_desc {
	margin-top: 30px;
	border: 1px dashed #ccc;
	padding: 10px 15px;
}

@media (max-width: 600px) {
	.uk-scope .uk-card-title {
		font-size: 1rem !important;
	}
}