Line 951: | Line 951: | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .box{ | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | height:100%; | ||
+ | margin:0 0 10px 0; | ||
+ | padding:8px 0 8px 0; | ||
+ | background-color: #ffffff; | ||
+ | border-style:solid; | ||
+ | border-color:#ececec; | ||
+ | border-width:1px; | ||
+ | border-radius:3px; | ||
+ | font-size: 14px; | ||
+ | align-items: stretch | ||
+ | } | ||
+ | |||
+ | .box h2{ | ||
+ | font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; | ||
+ | font-size:20px; | ||
+ | line-height:340px; | ||
+ | font-weight:bold; | ||
+ | padding:0; | ||
+ | margin-top:16px; | ||
+ | color:#034996; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | .box h3{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:18px; | ||
+ | font-weight:bold; | ||
+ | line-height:20px; | ||
+ | padding:0; | ||
+ | margin-top:14px; | ||
+ | color:#000000; | ||
+ | text-align:center; | ||
+ | } | ||
+ | .box h4{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:14px; | ||
+ | color:black; | ||
+ | text-align:justify; | ||
+ | font-weight:bold; | ||
+ | margin-bottom: 0 !important; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | .box h5{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:14px; | ||
+ | line-height:24px; | ||
+ | padding:10px 0; | ||
+ | color:black; | ||
+ | text-align:center; | ||
+ | margin-bottom: 0 !important; | ||
+ | } | ||
+ | |||
+ | .box h6{ | ||
+ | font-family:"Charter Black", sans-serif; | ||
+ | font-size:14px; | ||
+ | font-weight:bold; | ||
+ | line-height:18px; | ||
+ | padding:0; | ||
+ | margin-top:16px; | ||
+ | color:#000000; | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | .box p{ | ||
+ | font-size:14px; | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | .box ul{ | ||
+ | font-size: 14px; | ||
+ | list-style-type: circle !important; | ||
+ | } | ||
+ | |||
+ | .box img { | ||
+ | width:100%; | ||
+ | border-radius:4px; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .box hr { | ||
+ | margin-top:10px; | ||
+ | margin-bottom:10px; | ||
+ | } | ||
Revision as of 20:02, 14 October 2016