/*CSS specific to the activity goes here. Anything related to the template, the headers, the footers will be at a higher folder level*/
.videoholder img {
	height: 80%;
}

.videoholdersmall{
	height: 40%;
	margin: 5% 0;
}

.wordGridTable {
	height: 90%;
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.wordGridTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.wordGridTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.wordGridTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.wordGridTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.wordGridTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.wordGridTable tr:hover td{
	
}
.wordGridTable tr:nth-child(odd){ background-color:#D2F7E4; }
.wordGridTable tr:nth-child(even)    { background-color:#91DEB6; }.wordGridTable td{
	vertical-align:middle;
	
	
	border:2px solid #D2F7E4;
	border-width:2px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:'Open Sans', Arial;s
	font-weight:bold;
	color:#000000;
}


  .textbox { 
  	font-family: 'Open Sans', Arial, sans-serif;
    border: 1px solid #c4c4c4; 
    height: 100%; 
    width: 96%; 
    font-size: 3em; 
    padding: 4px 4px 4px 4px; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 8px #d9d9d9; 
    -moz-box-shadow: 0px 0px 8px #d9d9d9; 
    -webkit-box-shadow: 0px 0px 8px #d9d9d9; 
} 
 
.textbox:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
} 

#websiteHolder {
	width: 80%;
	height: 80%;
	margin: 0 10%;

}

