﻿/* Default CSS */
/* Generated by HTML Express - www.TumbliingDiceSoftware.com */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	background: #c0c0c0;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.container {
    width: 100%;
    /*max-width: 860px;*/
	max-width: 850px;
   /* margin: 0 auto;*/
   margin: auto;
    background: #ffffff;
    /*border: 1px solid #cfcfcf;*/
	border: thin solid #000000;
    border-radius: 12px;
    /*padding: 16px;*/
	padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    min-width: 0;
}
.choice {
	border: thin solid #000000;
    border-radius: 12px;
    /*padding: 16px;*/
	padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    min-width: 0;
}
.tblHeader {
	text-align:center;
	color:white;
	font-family:Verdana,sans serif;
	font-size: 1.1em;
	text-align: center;
}
.proverb {

	margin:15px;
	padding:15px;
	text-align: justify;
	border: thin solid #c0c0c0;
    border-radius: 12px;
	background: #d9e9f9;	
}

@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 770px)
{
	table {width:100%;}
	#MyMenu{
		display: none;
	}
		.MyMenu{
		display: none;
	}
	#webTitle {display: none;}
	#desktop {display: none;}
	td {font-size: 11pt;}
body {font-size: 11pt;}
select {font-size: 11pt;}
input {font-size: 11pt;}
.versetext {font-size:11pt; font-style:italic;}
}