2010-11-02 20:53:45 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
@charset "UTF-8";
|
|
|
|
/* CSS Document */
|
|
|
|
/* VISUAL GRAPH FOAF:PERSON------> */
|
2010-11-03 20:56:58 +00:00
|
|
|
#intro-menupage {
|
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #fff;
|
|
|
|
padding-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
#intro-menupage h3 {
|
|
|
|
padding: 0 25px 15px 0;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #002b44;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #f3f3f4;
|
|
|
|
padding-bottom: 20px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#content-foaf-person {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 620px;
|
|
|
|
border-right: 1px solid #e8ece9;
|
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#content-foaf-person h4 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 20px 25px 12px 0;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow-down.gif) 117px 27px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 45px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#foaf-person-childClasses li:last-child {
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
width: 265px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a:hover {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#foaf-person-childClasses a.selected {
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#foaf-person-childClasses .count-classes {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2010-11-02 20:53:45 +00:00
|
|
|
#foaf-person-graph {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
|
|
|
width: 270px;
|
|
|
|
height: 270px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* VISUAL GRAPH CLASS:GENERIC (ORGANIZATION, RESEARCH, EVENT) ------> */
|
|
|
|
#content-generic-class {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 900px;
|
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#content-generic-class h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 15px 0;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #002b44;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #f3f3f4;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#content-generic-class h4 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 20px 25px 12px 0;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow-down.gif) 117px 27px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#class-generic-childClasses {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
|
|
|
margin-left: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#class-generic-childClasses li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#class-generic-childClasses li:last-child {
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#class-generic-childClasses a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
width: 265px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#class-generic-childClasses a:hover {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#class-generic-childClasses a.selected {
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#class-generic-childClasses .count-classes {
|
|
|
|
font-size: 12px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#generic-class-graph {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: right;
|
|
|
|
width: 500px;
|
|
|
|
height: 283px;
|
|
|
|
padding-right: 20px;
|
|
|
|
border: 1px dotted #CCC;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* FIND BY ------> */
|
|
|
|
#find-by {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 275px;
|
|
|
|
border: 1 solid green;
|
|
|
|
float: right;
|
|
|
|
margin-top: 20px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#find-by h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 0 25px 12px 12px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow-down.gif) 85px 7px no-repeat;
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#find-filters {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 265px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#find-filters li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#find-filters li:last-child {
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#find-filters a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 15px;
|
|
|
|
width: 265px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#find-filters a:hover {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#find-filters a.selected {
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* NETWORK STATS ------> */
|
|
|
|
#network-stats {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
margin: 0 auto;
|
|
|
|
height: 67px;
|
|
|
|
background: #f7f9f9;
|
|
|
|
border: 1px solid #d7e6e6;
|
|
|
|
margin-bottom: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#network-stats h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 150px;
|
|
|
|
padding: 20px 12px 10px 12px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow.gif) 140px 27px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#network-stats p {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 15px 15px 15px 175px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: #5e6363;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* RESEARCHERS ------> */
|
|
|
|
#researchers {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
height: 229px;
|
|
|
|
margin: 0 auto;
|
|
|
|
background: #f7f9f9;
|
|
|
|
border: 1px solid #d7e6e6;
|
|
|
|
margin-top: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#researchers h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 150px;
|
|
|
|
padding: 20px 12px 10px 12px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: #2485ae;
|
|
|
|
font-weight: normal;
|
|
|
|
background: url(../images/arrow.gif) 140px 27px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#researchers p {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 17px 15px 15px 175px;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.5em;
|
|
|
|
color: #5e6363;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#researchers-slider {
|
2010-11-03 20:56:58 +00:00
|
|
|
clead: both;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 887px;
|
|
|
|
height: 115px;
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
background: #fff;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#alpha-display {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 115px;
|
|
|
|
font-size: 70px;
|
|
|
|
line-height: 115px;
|
|
|
|
text-align: center;
|
|
|
|
float: left;
|
|
|
|
color: #2485ae;
|
|
|
|
border-right: 1px dotted #dde4e3;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-weight: bold;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#profile-photo-display {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 600px;
|
|
|
|
height: 115px;
|
|
|
|
float: left;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
#profile-photo-display ul {
|
|
|
|
display: block;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#profile-photo-display li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 90px;
|
|
|
|
float: left;
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 10px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
#profile-photo-display img {
|
|
|
|
border: 1px solid #dde4e3;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#nav-display {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 100px;
|
|
|
|
height: 70px;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-right: 20px;
|
|
|
|
float: right;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#nav-display p {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
padding: 0;
|
|
|
|
padding-top: 7px;
|
|
|
|
width: 30px;
|
|
|
|
font-size: 26px;
|
|
|
|
color: #2485ae;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#nav-display img {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
padding-left: 15px;
|
|
|
|
border-left: 1px solid #e8e8e8;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
/* BROWSE BY ------> */
|
|
|
|
#browse-by {
|
2010-11-03 20:56:58 +00:00
|
|
|
clear: both;
|
|
|
|
width: 920px;
|
|
|
|
margin: 0 auto;
|
|
|
|
margin-top: 40px;
|
|
|
|
border: 1px solid #dfe6e6;
|
|
|
|
background: #f7f9f9;
|
|
|
|
overflow: hidden;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#browse-by h2 {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: #5e6363;
|
|
|
|
width: 102px;
|
|
|
|
height: 44px;
|
|
|
|
line-height: 44px;
|
|
|
|
font-soze: 22px;
|
|
|
|
padding-left: 15px;
|
|
|
|
color: #fff;
|
|
|
|
margin-bottom: 27px;
|
|
|
|
}
|
2010-11-02 20:53:45 +00:00
|
|
|
/* BROWSE CLASSES ------> */
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#browse-childClasses {
|
|
|
|
float: left;
|
|
|
|
width: 284px;
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
border-right: 0;
|
|
|
|
margin-left: 30px;
|
|
|
|
background-color: #f1f2ee;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#browse-childClasses li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 264px;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
font-size: 16px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
ul#browse-childClassesli:last-child {
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#browse-childClasses a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
padding-left: 20px;
|
|
|
|
width: 264px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#browse-childClasses a:hover {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#browse-childClasses a.selected {
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#browse-childClasses .count-classes { font-size: 12px }
|
2010-11-02 20:53:45 +00:00
|
|
|
/* ALPHA BROWSE------> */
|
|
|
|
#alpha-browse-childClass {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 77px;
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
border-right: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass {
|
2010-11-03 20:56:58 +00:00
|
|
|
background-color: #fff;
|
|
|
|
border-left: 1px solid #dde4e3;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass li {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 67px;
|
|
|
|
font-size: 18px;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 35px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#alpha-browse-childClass li:last-child {
|
|
|
|
border-bottom: 0;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a {
|
2010-11-03 20:56:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 57px;
|
|
|
|
height: 35px;
|
|
|
|
color: #5e6363;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a:hover {
|
2010-11-03 20:56:58 +00:00
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
|
|
|
color: #2ea0cf;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
ul#alpha-browse-childClass a.selected {
|
2010-11-03 20:56:58 +00:00
|
|
|
color: #2ea0cf;
|
|
|
|
background: url(../images/arrow.gif) 0 12px no-repeat;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
ul#alpha-browse-childClass .count-classes {
|
|
|
|
font-size: 12px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
2010-11-03 20:56:58 +00:00
|
|
|
.alphaIndex {
|
2010-11-02 20:53:45 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
/* BROWSE INDIVIDUALS------> */
|
|
|
|
#individuals-in-childClass {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
width: 500px;
|
|
|
|
border: 1px solid #dde4e3;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
background-color: #fff;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
#individuals-in-childClass h3 {
|
2010-11-03 20:56:58 +00:00
|
|
|
font-size: 27px;
|
|
|
|
color: #2485ae;
|
|
|
|
padding: 10px 0 10px 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
article.individual-foaf-person {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 440px;
|
|
|
|
padding-botom: 30px;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
|
|
|
padding-top: 20px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
article.individual-foaf-person img {
|
2010-11-03 20:56:58 +00:00
|
|
|
float: left;
|
|
|
|
border: 2px solid #dde4e3;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
article.individual-foaf-person h1 {
|
2010-11-03 20:56:58 +00:00
|
|
|
padding: 30px 0 30px 110px;
|
|
|
|
color: #5e6363;
|
|
|
|
line-height: 1.2em;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
article.individual {
|
2010-11-03 20:56:58 +00:00
|
|
|
width: 440px;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
|
|
|
border-bottom: 1px solid #dde4e3;
|
2010-11-02 20:53:45 +00:00
|
|
|
}
|
|
|
|
article.individual h1 {
|
2010-11-03 20:56:58 +00:00
|
|
|
margin: 0;
|
|
|
|
paddin: 0;
|
|
|
|
color: #5e6363;
|
|
|
|
line-height: 1.2em;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|