1.goalTopElement {
2    border-bottom: 1px dotted;
3}
4
5.goalTriggerType .input-field {
6    margin-top: 0 !important;
7}
8
9.goalEntry {
10    margin: 0 0 20px 0;
11    padding: 0 0 10px 0;
12    border-bottom: 1px solid #7e7363;
13    width: 614px;
14}
15
16.addEditGoal .goalIsTriggeredWhen,
17.addEditGoal .whereTheMatchAttrbiute {
18    margin-bottom: 0;
19}
20
21/* dimension selector */
22#titleGoalsByDimension {
23    padding-top: 30px;
24}
25
26ul.ulGoalTopElements {
27    list-style-type: circle;
28    margin-left: 30px;
29}
30
31ul.ulGoalTopElements li {
32    list-style-type: circle;
33}
34
35ul.ulGoalTopElements img {
36    border: 1px solid lightgray;
37    box-sizing: content-box;
38}
39
40.ulGoalTopElements a {
41    text-decoration: none;
42    color: #0033CC;
43    border-bottom: 1px dotted #0033CC;
44    line-height: 2em;
45}
46
47.goalDescription {
48    padding-bottom: 12px;
49    color: #999;
50}
51