.Header {
-webkit-box-shadow: none;
background-color: #60A96D;
border-bottom: 0;
box-shadow: none;
color: #fff;
}
.BoxButtons .Button.Primary, .groupToolbar .Button.Primary {
-o-transition: background .1s ease,border .1s ease;
-webkit-appearance: none;
-webkit-transition: background .1s
ease, border .1s
ease;
background: #60A96D;
border: #4aa55a;
border-radius: 6px;
color: #fff;
display: inline-block;
font-family: Open Sans, Segoe UI, Helvetica Neue, Helvetica, Raleway, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 36px;
min-height: 36px;
padding: 0 12px;
text-decoration: none;
transition: background .1s
ease, border .1s
ease;
}