|
|
@@ -10194,6 +10194,21 @@ footer .copyright .logo {
|
|
|
.flat-links--vertical .flat-links__item {
|
|
|
width: 100%; }
|
|
|
|
|
|
+.person-page__awards {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row; }
|
|
|
+.person-page__award {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ align-content: center; }
|
|
|
+.person-page__award-name {
|
|
|
+ display: block; }
|
|
|
+.person-page__award-image {
|
|
|
+ display: block; }
|
|
|
+.person-page__category {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #75787b; }
|
|
|
+
|
|
|
body {
|
|
|
font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }
|
|
|
|