2020-03-26 20:50:08 +00:00
|
|
|
button {
|
|
|
|
color: #ffffff;
|
|
|
|
font: 18px Georgia, "Times New Roman", Times, serif;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
|
|
|
text-shadow: 0 1px 1px #000000;
|
|
|
|
|
|
|
|
#display: block;
|
|
|
|
float:right;
|
|
|
|
margin: auto;
|
|
|
|
font-size: 1.2em;
|
|
|
|
line-height: 1.25em;
|
|
|
|
|
|
|
|
padding: 7px 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
position: static;
|
|
|
|
background: #bf3700;
|
|
|
|
border: 1px solid #60AABF;
|
|
|
|
-moz-border-radius: 20px;
|
|
|
|
-webkit-border-radius: 20px;
|
|
|
|
-khtml-border-radius: 20px;
|
|
|
|
border-radius: 20px;
|
|
|
|
/*
|
|
|
|
-webkit-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
|
|
|
|
-moz-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
|
|
|
|
-o-box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
|
|
|
|
box-shadow: rgba(0, 0, 0, .25) 0 1px 1px;
|
|
|
|
*/
|
|
|
|
background: #39b2e5;
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#39b2e5), to(#6083BF));
|
|
|
|
background: -moz-linear-gradient(top, #39b2e5, #6083BF);
|
|
|
|
background: -o-linear-gradient(top, #39b2e5, #6083BF);
|
|
|
|
background: linear-gradient(top, #39b2e5, #6083BF);
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover,
|
|
|
|
button:focus {
|
|
|
|
cursor: pointer;
|
|
|
|
border-color: blue;
|
|
|
|
-webkit-box-shadow: aqua 0 0 8px;
|
|
|
|
-moz-box-shadow: aqua 0 0 8px;
|
|
|
|
-o-box-shadow: aqua 0 0 8px;
|
|
|
|
box-shadow: aqua 0 0 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:active {
|
|
|
|
background: #39b2e5;
|
|
|
|
background: -webkit-gradient(linear, left bottom, left top, from(#39b2e5), to(#6083BF));
|
|
|
|
background: -moz-linear-gradient(bottom, #39b2e5, #6083BF);
|
|
|
|
background: -o-linear-gradient(bottom, #39b2e5, #6083BF);
|
|
|
|
background: linear-gradient(bottom, #39b2e5, #6083BF);
|
|
|
|
}
|
|
|
|
h2, h3, h4 {
|
|
|
|
color: #39b2e5;
|
|
|
|
margin-bottom: 0;
|
2020-04-03 21:55:58 +01:00
|
|
|
line-height: 0.6;
|
2020-03-26 20:50:08 +00:00
|
|
|
}
|
|
|
|
|
2020-03-28 22:06:47 +00:00
|
|
|
dd {
|
2020-03-26 20:50:08 +00:00
|
|
|
font: 18px Calibri, sanserif;
|
|
|
|
font-weight: normal;
|
2020-03-28 22:06:47 +00:00
|
|
|
color: 6083BF;
|
2020-04-10 13:09:12 +01:00
|
|
|
display: none;
|
2020-03-28 22:06:47 +00:00
|
|
|
#list-style-type: disc;
|
2020-03-26 20:50:08 +00:00
|
|
|
line-height: 1.3;
|
2020-04-03 21:55:58 +01:00
|
|
|
margin-left: 1.0em;
|
2020-03-26 20:50:08 +00:00
|
|
|
}
|
|
|
|
|
2021-04-10 19:21:45 +01:00
|
|
|
li {
|
|
|
|
font: 18px Calibri, sanserif;
|
|
|
|
font-weight: normal;
|
|
|
|
color: 6083BF;
|
|
|
|
list-style-type: None;
|
|
|
|
line-height: 1.3;
|
|
|
|
margin-left: 1.0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
li:before, dd:before {
|
2020-04-03 21:55:58 +01:00
|
|
|
content: "» ";
|
2020-04-22 19:37:10 +01:00
|
|
|
font-weight: bold;
|
|
|
|
color: red;
|
2020-03-28 22:06:47 +00:00
|
|
|
}
|
|
|
|
|
2020-03-26 20:50:08 +00:00
|
|
|
/* Default State */
|
2021-04-10 19:21:45 +01:00
|
|
|
summary, dt {
|
2020-03-26 20:50:08 +00:00
|
|
|
font: 20px Calibri, sanserif;
|
|
|
|
font-weight: bold;
|
|
|
|
color: 6083BF;
|
2020-04-03 21:55:58 +01:00
|
|
|
margin-top: 0.2em;
|
|
|
|
margin-left: 1.0em;
|
2020-03-26 20:50:08 +00:00
|
|
|
margin-right: 5em;
|
2020-03-28 22:06:47 +00:00
|
|
|
#list-style-type: none;
|
|
|
|
line-height: 1.4;
|
2020-04-10 13:09:12 +01:00
|
|
|
font-style: italic;
|
2020-03-26 20:50:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Toggled State */
|
2020-03-28 22:06:47 +00:00
|
|
|
input[type=checkbox] ~ dl dd {
|
2020-03-29 03:32:27 +01:00
|
|
|
display: block;
|
2020-03-26 20:50:08 +00:00
|
|
|
}
|
2020-04-10 13:09:12 +01:00
|
|
|
input[type=checkbox]:checked ~ dl dd {
|
2020-03-29 03:32:27 +01:00
|
|
|
display: none;
|
2020-03-26 20:50:08 +00:00
|
|
|
}
|
2020-04-03 21:55:58 +01:00
|
|
|
|
|
|
|
@media only print, print)
|
|
|
|
{
|
|
|
|
b {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
2020-04-26 00:48:38 +01:00
|
|
|
p {
|
|
|
|
font-size: 10pt;
|
|
|
|
|
|
|
|
}
|
|
|
|
dt{
|
2020-04-03 21:55:58 +01:00
|
|
|
font: 1.0em Calibri, sanserif;
|
2020-04-22 19:37:10 +01:00
|
|
|
font-weight: bold;
|
2020-04-03 21:55:58 +01:00
|
|
|
}
|
|
|
|
dd {
|
|
|
|
font: 0.8em Calibri, sanserif;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|