|
|
@@ -10259,6 +10259,23 @@ footer .copyright .logo {
|
|
|
.person-page__media {
|
|
|
border: none !important;
|
|
|
padding-top: 0 !important; }
|
|
|
+.person-page__person-photo {
|
|
|
+ position: relative; }
|
|
|
+.person-page__work-years {
|
|
|
+ position: absolute;
|
|
|
+ background: #ebebeb;
|
|
|
+ padding: 5px 10px;
|
|
|
+ border-radius: 0 10px 0 10px;
|
|
|
+ bottom: 0;
|
|
|
+ right: 18px;
|
|
|
+ width: 32px;
|
|
|
+ height: 55px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #929292; }
|
|
|
+ .person-page__work-years > span {
|
|
|
+ font-size: 18px;
|
|
|
+ color: #004d7b; }
|
|
|
|
|
|
body {
|
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|