2017-09-04 17:38:33 +02:00
|
|
|
|
/* GENERAL STYLING */
|
|
|
|
|
.bg-primary a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2017-09-04 20:19:59 +02:00
|
|
|
|
.subpage h2 {
|
2017-09-04 20:17:23 +02:00
|
|
|
|
margin-top: 30px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
2017-09-04 21:34:51 +02:00
|
|
|
|
blockquote p {
|
|
|
|
|
font-size: 17.5px;
|
|
|
|
|
}
|
2017-09-11 18:32:25 +02:00
|
|
|
|
.btn {
|
|
|
|
|
white-space: normal; /* wrap button words */
|
|
|
|
|
}
|
2017-09-04 17:38:33 +02:00
|
|
|
|
|
2017-08-29 13:22:14 +02:00
|
|
|
|
/* SUBPAGES */
|
|
|
|
|
.subpage {
|
2017-09-04 21:18:04 +02:00
|
|
|
|
background-image: url(../img/header_subpage.jpg);
|
2017-08-29 13:22:14 +02:00
|
|
|
|
background-size: cover;
|
|
|
|
|
color: #fff;
|
|
|
|
|
min-height: 90%
|
|
|
|
|
}
|
|
|
|
|
.subpage h1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-29 18:17:46 +02:00
|
|
|
|
/* ABOUT SECTION w/ video */
|
2017-08-29 17:53:45 +02:00
|
|
|
|
#about video {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
height: auto !important;
|
2017-09-07 12:55:54 +02:00
|
|
|
|
margin-bottom: 20px;
|
2017-08-29 17:53:45 +02:00
|
|
|
|
}
|
2017-09-12 14:11:13 +02:00
|
|
|
|
.embedvideo {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-bottom: 56.25%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
.embedvideo iframe, .embedvideo object, .embedvideo embed {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2017-08-29 17:53:45 +02:00
|
|
|
|
|
2017-08-29 18:17:46 +02:00
|
|
|
|
/* ARGUMENTS SECTION */
|
|
|
|
|
#arguments #arguments-followup p {
|
|
|
|
|
margin-top: 50px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-20 19:56:28 +01:00
|
|
|
|
/* LANGUAGE SECTION */
|
|
|
|
|
#language {
|
|
|
|
|
color: #fff;
|
|
|
|
|
background-color: #333;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
2017-03-20 22:04:36 +01:00
|
|
|
|
#language p {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
2017-03-20 19:56:28 +01:00
|
|
|
|
#language ul {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
}
|
|
|
|
|
#language li {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2017-06-20 20:26:03 +02:00
|
|
|
|
#language li::before {
|
|
|
|
|
content: "› ";
|
|
|
|
|
}
|
2017-03-20 19:56:28 +01:00
|
|
|
|
|
2017-03-21 12:52:42 +01:00
|
|
|
|
/* LEGAL SECTION */
|
|
|
|
|
#legal {
|
|
|
|
|
color: #fff;
|
2017-09-05 20:02:05 +02:00
|
|
|
|
background-color: #367836;
|
2017-03-21 12:52:42 +01:00
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
#legal p {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
2017-09-05 20:02:05 +02:00
|
|
|
|
font-size: 1em;
|
2017-03-21 12:52:42 +01:00
|
|
|
|
}
|
2017-06-20 18:49:47 +02:00
|
|
|
|
|
2017-08-29 20:37:06 +02:00
|
|
|
|
/* ORGANISATIONS SECTION */
|
|
|
|
|
#organisations ul {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
list-style: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
#organisations ul li {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
#organisations ul li a {
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 12vw;
|
|
|
|
|
height: 8vw;
|
|
|
|
|
max-width: 120px;
|
|
|
|
|
max-height: 80px;
|
|
|
|
|
min-width: 120px;
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
transform: scale(0.8);
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity .5s, transform .5s, background-color .5s, filter .5s;
|
|
|
|
|
}
|
|
|
|
|
#organisations ul li a:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transform: scale(0.9);
|
|
|
|
|
z-index: 5;
|
|
|
|
|
}
|
|
|
|
|
|
2017-03-21 22:11:24 +01:00
|
|
|
|
/* SIGN FORM */
|
2017-09-11 20:28:49 +02:00
|
|
|
|
#actionintro strong {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
}
|
2017-08-16 12:13:09 +02:00
|
|
|
|
#action form {
|
2017-09-04 21:18:04 +02:00
|
|
|
|
color: #fff;
|
2017-03-21 22:11:24 +01:00
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
2017-08-16 12:13:09 +02:00
|
|
|
|
#action form label {
|
2017-03-21 22:11:24 +01:00
|
|
|
|
font-weight: 400;
|
2017-08-30 16:29:06 +02:00
|
|
|
|
margin: 5px 3px;
|
2017-03-21 22:11:24 +01:00
|
|
|
|
}
|
2017-09-14 20:40:03 +02:00
|
|
|
|
#action form input[type="checkbox"] {
|
|
|
|
|
color: initial !important; /* fixes hidden checkbox mark on FF Mobile */
|
2017-09-14 20:34:55 +02:00
|
|
|
|
}
|
2017-03-21 22:11:24 +01:00
|
|
|
|
.sign-input {
|
|
|
|
|
position: relative;
|
2017-09-05 20:02:05 +02:00
|
|
|
|
color: #555;
|
2017-03-21 22:11:24 +01:00
|
|
|
|
}
|
|
|
|
|
.sign-input:before {
|
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: absolute;
|
2017-09-04 21:18:04 +02:00
|
|
|
|
left: 10px;
|
2017-09-05 20:02:05 +02:00
|
|
|
|
top: 2px;
|
2017-03-21 22:11:24 +01:00
|
|
|
|
}
|
2017-09-04 21:18:04 +02:00
|
|
|
|
.sign-input input, .sign-input select {
|
2017-09-12 14:33:12 +02:00
|
|
|
|
background-color: rgba(255, 255, 255, 1);
|
2017-09-05 20:02:05 +02:00
|
|
|
|
border-radius: 20px;
|
2017-09-04 21:18:04 +02:00
|
|
|
|
padding: 0 0 0 36px;
|
2017-03-26 23:45:26 +02:00
|
|
|
|
width: 270px;
|
2017-09-05 20:02:05 +02:00
|
|
|
|
height: 34px;
|
2017-09-04 21:18:04 +02:00
|
|
|
|
font-weight: 600;
|
2017-09-12 14:33:12 +02:00
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
select {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
|
|
|
|
background-position: right;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-image:url(/img/select-arrow.png);
|
|
|
|
|
}
|
|
|
|
|
/* hide browser-styling (arrow) in IE10 */
|
|
|
|
|
select::-ms-expand {
|
|
|
|
|
display:none;
|
2017-03-26 23:45:26 +02:00
|
|
|
|
}
|
2017-08-30 16:29:06 +02:00
|
|
|
|
.sign-input.form-co input {
|
|
|
|
|
width: 554px;
|
|
|
|
|
}
|
2017-09-04 22:23:06 +02:00
|
|
|
|
@media screen and (max-width:586px) {
|
|
|
|
|
.sign-input.form-co input {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
label.sign-input.form-co {
|
|
|
|
|
max-width: 80%;
|
|
|
|
|
min-width: 270px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-03-21 22:11:24 +01:00
|
|
|
|
.form-na:before {
|
|
|
|
|
content: "\f2c3";
|
|
|
|
|
}
|
|
|
|
|
.form-em:before {
|
|
|
|
|
content: "\f003";
|
|
|
|
|
}
|
2017-09-04 21:18:04 +02:00
|
|
|
|
.form-cn select {
|
2017-09-14 16:40:46 +02:00
|
|
|
|
padding-left: 34px !important;
|
|
|
|
|
/*text-indent: 15px !important; ugly hack for Safari browsers */
|
2017-09-05 20:02:05 +02:00
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
.form-cn select option:first-child {
|
|
|
|
|
color: #AAA;
|
2017-09-04 21:18:04 +02:00
|
|
|
|
}
|
2017-03-21 22:11:24 +01:00
|
|
|
|
.form-cn:before {
|
|
|
|
|
content: "\f041";
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.form-zp:before {
|
|
|
|
|
content: "\f08d";
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
}
|
2017-08-30 16:29:06 +02:00
|
|
|
|
.form-co:before {
|
|
|
|
|
content: "\f27a";
|
|
|
|
|
padding-left: 3px;
|
|
|
|
|
}
|
2017-09-14 16:40:46 +02:00
|
|
|
|
div.form-pe {
|
2017-03-23 21:37:01 +01:00
|
|
|
|
text-align: left;
|
|
|
|
|
max-width: 530px; /* to not let the checkboxed go far more left than the input boxes above */
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
2017-09-14 16:40:46 +02:00
|
|
|
|
div.form-pe a {
|
2017-03-23 21:37:01 +01:00
|
|
|
|
color: inherit;
|
2017-03-21 22:11:24 +01:00
|
|
|
|
}
|
2017-03-23 23:56:56 +01:00
|
|
|
|
#honey {
|
2017-03-22 13:14:16 +01:00
|
|
|
|
display: none;
|
|
|
|
|
}
|
2017-09-04 22:23:06 +02:00
|
|
|
|
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
2017-09-05 20:02:05 +02:00
|
|
|
|
color: #AAA;
|
2017-09-04 22:23:06 +02:00
|
|
|
|
}
|
|
|
|
|
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
2017-09-05 20:02:05 +02:00
|
|
|
|
color: #AAA;
|
2017-09-04 22:23:06 +02:00
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
2017-09-05 20:02:05 +02:00
|
|
|
|
color: #AAA;
|
2017-09-04 22:23:06 +02:00
|
|
|
|
}
|
|
|
|
|
::-ms-input-placeholder { /* Microsoft Edge */
|
2017-09-05 20:02:05 +02:00
|
|
|
|
color: #AAA;
|
2017-09-04 22:23:06 +02:00
|
|
|
|
}
|
2017-03-21 22:11:24 +01:00
|
|
|
|
|
2017-03-23 19:23:50 +01:00
|
|
|
|
/* SIGNATURE TABLE */
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
display: table;
|
|
|
|
|
width: 100%;
|
2017-09-06 01:34:00 +02:00
|
|
|
|
margin-bottom: 20px;
|
2017-03-23 19:14:20 +01:00
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable thead, table#sigtable tbody {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable td:nth-child(1), table#sigtable th:nth-child(1) {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable td:nth-child(2), table#sigtable th:nth-child(2) {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
width: 25%;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable td:nth-child(3), table#sigtable th:nth-child(3) {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable thead {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
display: table;
|
2017-09-05 17:25:39 +02:00
|
|
|
|
background-color: rgba(230, 230, 230, 0.3);
|
2017-08-30 17:24:34 +02:00
|
|
|
|
}
|
2017-09-05 17:25:39 +02:00
|
|
|
|
table#sigtable th {
|
|
|
|
|
text-transform: uppercase;
|
2017-08-30 17:24:34 +02:00
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable tr {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
display: table;
|
2017-03-23 19:14:20 +01:00
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable th, table#sigtable td {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
border-bottom: 1px solid darkgrey;
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable tr:nth-child(even) {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
background-color: rgba(230, 230, 230, 0.05);
|
|
|
|
|
}
|
2017-09-04 17:20:33 +02:00
|
|
|
|
table#sigtable tr:hover {
|
2017-08-30 17:24:34 +02:00
|
|
|
|
background-color: rgba(230, 230, 230, 0.1);
|
|
|
|
|
}
|
2017-06-20 18:49:47 +02:00
|
|
|
|
|
2017-09-11 22:47:51 +02:00
|
|
|
|
/* LINK STYLES */
|
|
|
|
|
.navbar-nav a {
|
2017-06-20 20:44:04 +02:00
|
|
|
|
box-shadow: 0 0 1px transparent;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
transform: perspective(1px) translateZ(0px);
|
|
|
|
|
vertical-align: middle;
|
2017-08-17 15:22:11 +02:00
|
|
|
|
margin-top: -3px;
|
2017-06-20 20:44:04 +02:00
|
|
|
|
}
|
2017-09-11 22:47:51 +02:00
|
|
|
|
.navbar-nav a::before {
|
2017-06-20 20:44:04 +02:00
|
|
|
|
background: #006d9e none repeat scroll 0 0;
|
2017-08-17 15:22:11 +02:00
|
|
|
|
bottom: 2px;
|
2017-06-20 20:44:04 +02:00
|
|
|
|
content: "";
|
|
|
|
|
height: 1px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 50%;
|
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
|
transition-property: left, right;
|
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
}
|
2017-09-11 22:47:51 +02:00
|
|
|
|
.navbar-nav a:hover::before, .navbar-nav a:focus::before, .navbar-nav a:active::before {
|
2017-06-20 20:44:04 +02:00
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
}
|
2017-09-11 22:47:51 +02:00
|
|
|
|
a {
|
|
|
|
|
border-bottom: 1px dotted rgba(255,255,255,0.5);
|
|
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
border-bottom: 1px dotted rgba(255,255,255,1);
|
|
|
|
|
}
|
|
|
|
|
#action a, #legal a, #page a { color: #CCC; }
|
|
|
|
|
#action a:hover, #legal a:hover, #page a:hover { color: #EEE; }
|
|
|
|
|
#organisations a { border-bottom: 1px dotted rgba(0,109,158,0.5); }
|
|
|
|
|
#organisations a:hover { border-bottom: 1px dotted rgba(0,109,158,1); }
|
|
|
|
|
.btn { border: 0 !important; }
|
|
|
|
|
.btn:hover { border: 0 !important; }
|
|
|
|
|
.hiddenlink { border: 0 !important;}
|
|
|
|
|
.hiddenlink:hover { border: 0 !important; }
|
|
|
|
|
|
2017-08-29 09:34:37 +02:00
|
|
|
|
|
2017-09-11 22:47:51 +02:00
|
|
|
|
/* BOUNCING DOWN ARROW */
|
2017-08-29 09:34:37 +02:00
|
|
|
|
.arrow-bounce {
|
|
|
|
|
text-align: center;
|
2017-08-30 15:00:46 +02:00
|
|
|
|
margin: -60px 0 -20px 0;
|
2017-08-29 09:34:37 +02:00
|
|
|
|
-moz-animation: bounce 2s infinite;
|
|
|
|
|
-webkit-animation: bounce 2s infinite;
|
|
|
|
|
animation: bounce 2s infinite;
|
|
|
|
|
}
|
|
|
|
|
.arrow-bounce a {
|
|
|
|
|
color: #168EC1;
|
|
|
|
|
padding: 30px;
|
|
|
|
|
}
|
|
|
|
|
.arrow-bounce a:hover {
|
|
|
|
|
color: #0F5E80;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes bounce {
|
|
|
|
|
0%, 20%, 50%, 80%, 100% {
|
|
|
|
|
transform: translateY(0);
|
|
|
|
|
}
|
|
|
|
|
40% {
|
|
|
|
|
transform: translateY(-20px);
|
|
|
|
|
}
|
|
|
|
|
60% {
|
|
|
|
|
transform: translateY(-10px);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-29 21:36:02 +02:00
|
|
|
|
|
|
|
|
|
/* Scroll to top arrow */
|
|
|
|
|
#scroll-to-top {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 20px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
background: rgba(0, 0, 0, 0.7);
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
#scroll-to-top i {
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
left: 16px;
|
|
|
|
|
top: 13px;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
}
|
2017-08-30 12:58:16 +02:00
|
|
|
|
|
|
|
|
|
/* DEFINITION BOX */
|
|
|
|
|
.definition {
|
|
|
|
|
margin: 20px 10px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background-image: linear-gradient(white, white),
|
|
|
|
|
linear-gradient(white, white),
|
|
|
|
|
linear-gradient(white, white),
|
|
|
|
|
linear-gradient(white, white),
|
|
|
|
|
linear-gradient(rgba(288, 288, 288, 0.3), rgba(288, 288, 288, 0.3));
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 4px 30px, 30px 4px, 4px 30px, 30px 4px, calc(100% - 8px) calc(100% - 8px);
|
|
|
|
|
background-position: left top, left top, right bottom, right bottom, 4px 4px;
|
|
|
|
|
}
|
|
|
|
|
.definition.blue {
|
|
|
|
|
background-image: linear-gradient(#2093C4, #2093C4),
|
|
|
|
|
linear-gradient(#2093C4, #2093C4),
|
|
|
|
|
linear-gradient(#2093C4, #2093C4),
|
|
|
|
|
linear-gradient(#2093C4, #2093C4),
|
|
|
|
|
linear-gradient(rgba(32, 147, 196, 0.2), rgba(32, 147, 196, 0.2));
|
|
|
|
|
}
|
|
|
|
|
.definition p {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 20px 30px;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2017-09-06 18:32:01 +02:00
|
|
|
|
|
|
|
|
|
/* FLOATING SIGNATURE BOX */
|
2017-09-07 20:09:33 +02:00
|
|
|
|
#action-box {
|
2017-09-06 18:32:01 +02:00
|
|
|
|
position: fixed;
|
2017-09-07 20:09:33 +02:00
|
|
|
|
top: 60px;
|
2017-09-06 18:32:01 +02:00
|
|
|
|
left: 0px;
|
2017-09-07 20:09:33 +02:00
|
|
|
|
background: rgba(64,166,46,0.8);
|
|
|
|
|
color: #fff;
|
2017-09-06 18:32:01 +02:00
|
|
|
|
max-width: 250px;
|
|
|
|
|
padding: 10px;
|
2017-09-07 20:09:33 +02:00
|
|
|
|
border-radius: 0px 15px 15px 0px;
|
|
|
|
|
border: 1px solid #2F7423;
|
|
|
|
|
border-left: none;
|
2017-09-06 18:32:01 +02:00
|
|
|
|
text-align: center;
|
2017-09-07 20:09:33 +02:00
|
|
|
|
font-size: 1.1em;
|
2017-09-06 18:32:01 +02:00
|
|
|
|
}
|
2017-09-07 20:09:33 +02:00
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
#action-box {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2017-09-06 18:32:01 +02:00
|
|
|
|
}
|