/*SGRIN BYCHAN CYNTAF, AG MQ I SGRIN FAWR*/


body{
background-color: #fff;
margin-left:auto;
margin-right:auto;
/*OS WYT TI YN GWNEUD O FEL HYN: margin: 0;padding: 0; MAE O YN LLYDAN padding: 0;  */
/* 0 negative space around the inside of the body */
font-size:90%;/*ADDED*/
font-family:arial;
width:90%;
}

div{font-size:20px;}/*C0-10 ARE DIVS, BUT TEXT IS IN H3*/
span{
	font-size:22px;
	line-height:25px;
	margin-top:0px;
	cursor:pointer;
	}/*all choices are spans*/

p {font-size:16px;}

input[type=submit] {
    border: 1px solid #f44c0e;
    color: #fff;
    background: tomato;
    padding: 10px 20px;
    border-radius: 3px;
}

input[type=submit]:hover {
    background: #f44c0e;
}
.dimGweld {display:none;}
label > span {
color: black;
font-weight: bold;
font-size:inherit;
display: inline-block;/*solves margin problem which only works with block, not inline, elements*/
margin-bottom:30px;
}

h1 strong{font-size:inherit;}
h3 {margin-bottom:30px;}
div span{font-size:inherit;}


.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}


#sut{
position:relative;
top:40px;
left: 30px;
width:80%;
margin: auto;
font-size:28px;
font-weight:600;
color:gray;
display:block;
padding:30px;
}

#dal{
position:relative;
margin: auto;
width: 98%;
top:0px;
/*border: 1px solid :#666666;*/
display:block;
padding-bottom:40px;
}

#c0 {display:none;}
#c1 {display:none;}
#c2 {display:none;}
#c3 {display:none;}
#c4 {display:none;}
#c5 {display:none;}
#c6 {display:none;}
#c7 {display:none;}
#c8 {display:none;}
#c9 {display:none;}
#c10 {display:none;}

.hr {
margin-top:1ex;
border-top:1px solid #663;
margin-bottom:2ex;
} /*NEWID O 69C*/

.melyn{ 
background-color: yellow;
}

.ODan{
text-decoration:underline;
}

#sut a {
color:#666;
text-decoration:underline;
cursor:pointer;
}
/*
#modal {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
}

#modalMask {
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    background-color: #eee;
    z-index: 1000;
    opacity: 0.9;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
}

#modalContent {
    position: relative;
    width:280px;
    margin: 15px auto;
    padding:15px;
    background-color: #fff;
    border:1px solid #000;
    text-align:justify;
    z-index: 9999;
	color:#003;
}
	
/*******************************     DT     **************************************/
/*
I RHOID BOB PETH YN Y CANOL:
margin-left:auto;
margin-right:auto; ELLA FOD MARGIN:0 AUTO YN GWNEUD YR UN PETH
width:60%;//rhaid fod llai na cant
OS WYT TI YN GWNEUD O FEL HYN: margin: 0;padding: 0; MAE O YN LYDAN
*/

@media all and (min-width: 720px){

body  {
width:60%;
margin:0 auto;
font-size:100%;
font-weight:400;
}
.dimGweld {display:block;}
#sut{
top:100px;
left:40px;
font-size:2rem;
}
#sgor{
position:relative;
top:-40px;
left:40px;
font-size:2rem;
}
.checkThese{
margin-top:-40px;
}

div{font-size:22px;margin-bottom:1em;}/*C0-10 ARE DIVS. QUESTIONS ARE IN H3, SO PROPORTIONALLY BIGGER*/
span{font-size:22px;line-height:27px;margin-bottom:1em;}/*all choices are spans*/


}/*CAU MQ*/





