File size: 1,950 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139

html{
    max-width: 100%;
    overflow-x: hidden;
}
body {
	max-width: 100%;
	margin: 0 auto;
	background: rgb(233,235,238);
	height: 100%;
}

.plink{
	font-size: 11px;
	color: #365899;
	cursor: pointer;
}
.deadlinks{
  cursor: not-allowed;
}
//
// button {
// 	background-color: $light-blue;
// 	border-color: $dark-blue;
// 	color: white;
// 	font-weight: bold;
// 	padding: 7px 9px;
// 	border-radius: 3px;
// 	transition: background-color 0.3s;
// 	font-family: $sans-serif;
// 	text-transform: uppercase;
// 	font-size: 11px;
// 	text-align: center;
// }
//
// button:hover {
// 	background-color: $blue;
//   border-color: $darkest-blue;
// }
//
// a:hover {
// 	text-decoration: underline;
// }
//
// .hidden {
// 	display: none;
// }
//
// /*
// 	Font Elements
// */
//
// h1 {
// 	font-size: 24px;
// 	font-style: italic;
// 	font-weight: bold;
// }
//
// h2 {
// 	text-align: center;
// 	margin-bottom: 10px;
// 	font-weight: bold;
// }
//
// p {
// 	line-height: 16px;
// }
//
// img {
// 	width: 100%;
// 	height: 100%;
// }
//
// small {
// 	font-size: 9px;
// 	color: $gray;
// 	font-family: $sans-serif;
// }
//
// /*
// 	Header Rules
// */
//
// hr {
// 	border: 0;
// 	height: 1px;
// 	background-color: $light-gray;
// }
//
// .hr-top, .hr-bottom {
// 	width: 100%;
// 	margin: 0;
// }
//
// .hr-top {
// 	height: 2px;
// 	margin-bottom: 1px;
// }
//
// /*
// 	Images
// */
//
// .thumbnail {
// 	height: 100px;
// }
//
// .thumbnail img {
// 	object-fit: cover;
// }
//
// /*
// 	Inputs
// */
//
// .input-wrapper {
// 	display: flex;
// 	margin: 5px 0;
// }
//
// .input-wrapper input {
// 	flex: 1;
// 	font-family: $sans-serif;
// 	padding: 0 10px;
// 	border: 1px solid $gray;
// 	border-right: none;
// 	border-top-right-radius: 0;
// 	border-bottom-right-radius: 0;
// }
//
// .input-wrapper button {
// 	border-top-left-radius: 0;
// 	border-bottom-left-radius: 0;
// }
//
// input[type="search"] {
// 	padding: 5px;
// }