@charset "UTF-8";
/* CSS Document */
/* separate style for the table found in "How Long is the year in Vimshottari Mahadasa" page 3*/

/* Table css */

div.data-table-wrapper {
margin: none;
width: auto;
}

table.data-table {
font-size: 1em;
padding:20px;
color: #000;
line-height: normal;
border: 1px solid #CCC;
width: 100%;
}

/*Data Table CSS3 Properties*/
table.data-table {
	background-color: rgba(240,240,240,.6);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top-color: #E1E1E1;
}

table.data-table th {
	background-color: rgba(137,174,201,.7);
	font-weight: normal;
	text-align: inherit;
	padding: 5px;
	border: 1px dotted #CCC;
}

table.data-table td {
	border: 1px solid #999;
	text-align: inherit;
	padding: 2px;
	background-color: rgba(204,204,204,.5);
	color: #000;
}
.thead{
background-color: rgba(137,174,201,.2);
}

table.data-table .transparent {
border: 0;
}



.dt-caption {
	font-family: "LatinModernRoman10Regular", Garamond, Cambria, "Lucida Bright", Palatino, "Palatino Linotype", "Bitstream Charter", Georgia, serif;
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	max-width: 800px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 1100px) {

th, td, tr {
display: block;
text-align: left;
width: auto;
}
thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}
td:before {
display: block;
font-weight: bold;
}
td:nth-of-type(1):before {
content: "days";
}
td:nth-of-type(2):before {
content: "ghati";
}
td:nth-of-type(3):before {
content: "pala";
}
td:nth-of-type(4):before {
content: "vipala";
}
td:nth-of-type(5):before {
content: "prativipala";
}
}
