|
|
|
@ -281,48 +281,49 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seriesTable
|
|
|
|
|
{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-spacing: 2px;
|
|
|
|
|
border-style: none;
|
|
|
|
|
border-color: white;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-spacing: 2px;
|
|
|
|
|
border-style: none;
|
|
|
|
|
border-color: white;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seriesTable th
|
|
|
|
|
{
|
|
|
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
|
|
|
border-width: 300;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
border-style: inset;
|
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
.seriesTable th
|
|
|
|
|
{
|
|
|
|
|
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
|
|
|
border-width: 300;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
border-style: none;
|
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
|
padding-left: 7px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seriesTable td
|
|
|
|
|
{
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
padding: 0px 8px 0px 8px;
|
|
|
|
|
border-style: inset;
|
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.seriesTable td
|
|
|
|
|
{
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
padding: 0px 8px 0px 8px;
|
|
|
|
|
border-style: inset;
|
|
|
|
|
border-color: #EEEEEE;
|
|
|
|
|
}
|
|
|
|
|
.detail-view
|
|
|
|
|
{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detail-view
|
|
|
|
|
{
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
/* Colour alternating rows */
|
|
|
|
|
.seriesTable tr:nth-child(4n)
|
|
|
|
|
{
|
|
|
|
|
background: #f0f5ff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Colour alternating rows */
|
|
|
|
|
.seriesTable tr:nth-child(4n)
|
|
|
|
|
{
|
|
|
|
|
background: #f0f5ff;
|
|
|
|
|
}
|
|
|
|
|
.seriesTable tr:nth-child(4n+1)
|
|
|
|
|
{
|
|
|
|
|
background: #f0f5ff;
|
|
|
|
|
}
|
|
|
|
|
.seriesTable tr:nth-child(4n+1)
|
|
|
|
|
{
|
|
|
|
|
background: #f0f5ff;
|
|
|
|
|
}
|