2017-09-01 08:55:02 +00:00
|
|
|
|
body {
|
2017-09-03 01:05:50 +00:00
|
|
|
|
margin-left: 5%;
|
|
|
|
|
margin-right: 5%;
|
2017-09-01 08:55:02 +00:00
|
|
|
|
line-height: 1.6;
|
|
|
|
|
font-size: 18px;
|
2017-09-03 01:35:07 +00:00
|
|
|
|
color: #003636;
|
2017-09-01 08:55:02 +00:00
|
|
|
|
background-color: #F8F8F8;
|
2018-02-20 21:11:17 +00:00
|
|
|
|
max-width: 1280px;
|
2018-02-20 04:57:14 +00:00
|
|
|
|
margin: auto;
|
2017-09-01 08:55:02 +00:00
|
|
|
|
}
|
|
|
|
|
|
2017-09-03 01:05:50 +00:00
|
|
|
|
.pageheader {
|
2018-02-20 04:57:14 +00:00
|
|
|
|
max-width: 960px;
|
2017-09-03 01:05:50 +00:00
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-03 01:35:07 +00:00
|
|
|
|
.curvedbottom {
|
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
|
border-bottom-right-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-01 08:55:02 +00:00
|
|
|
|
.tinytext10px{ font-size: 10px; }
|
|
|
|
|
.tinytext12px{ font-size: 12px; }
|
|
|
|
|
.tinytext14px{ font-size: 14px; }
|
|
|
|
|
.tinytext16px{ font-size: 16px; }
|
|
|
|
|
.tinytext18px{ font-size: 18px; }
|
|
|
|
|
|
|
|
|
|
[v-cloak] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fade-enter-active, .fade-leave-active {
|
|
|
|
|
transition: opacity 0.75s;
|
|
|
|
|
}
|
|
|
|
|
|
2017-09-03 01:05:50 +00:00
|
|
|
|
.fade-enter, .fade-leave-to {
|
2017-09-01 08:55:02 +00:00
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|