/* *******************************************************************************
   VAST 2016 Challenge: Answer sheet style
   v.1.2 Jo Wood, 11th July 2016.
   *******************************************************************************/

/* ------------------ General layout, text colours and sizes  ------------------ */

body 
{
	color:black;
	background-color:white;
	font-size: 12pt;
	margin: 1em;
	font-family: Calibri, arial, helvetica, sans-serif;
}

hr
{		
  border-top: 1px dashed #000;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width:95%;
	margin-top:2em;
	margin-bottom:2em;
}

h1
{
	font-size: 14pt;
	text-align:center;
}

h1 .challenge
{
	text-decoration:underline;
	font-size: 12pt;
}

h2
{
	font-size: 12pt;
	margin-bottom: 0;
}

p
{
	padding-top:0;
	margin-top:0;
}

.mcq
{
	font-size: 12pt;
	font-weight: bold;
}

.indent
{
	margin-left: 2em;
}

.question
{
	font-weight : bold;
}

.highlight
{
	background-color:#FFFF00;
	font-weight: normal;
}

.strike
{
    text-decoration: line-through;
    color: #009;
}

.figureCaption
{
	margin-top: 0.5em;
	font-variant: small-caps;
	margin-bottom: 2em;
}

.figureCaption b
{
	font-variant: normal;
}

.fixed
{
	font-family: courier, courier new;
}

.todo
{
	color: #cc3333;
	font-weight: bold;
	font-style: italic;
}

.line
{
	border-bottom: 1px solid #ccc;
}

.notes
{
    color: #333;
}

.footer
{
    color: #999;
    font-size: xx-small;
    text-align: right;
}

#table1
{
	font-size: 12px;
	margin-left: 45px;
	border-collapse: collapse;
	text-align: left;
}
#table1 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px 8px;
	border-bottom: 2px solid #666;
}
#table1 td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;
}

#table2
{
	font-size: 12px;
	margin-left: 45px;
	border-collapse: collapse;
	text-align: left;
}
#table2 th
{
	font-size: 14px;
	font-weight: normal;
	padding: 8px 8px;
	border-bottom: 2px solid #666;
}

#table2 td
{
	padding: 4px 8px;
}
