.ipsBreadcrumb {
    padding: 7px 15px !important;
}

.ipsBreadcrumb  { display: none; }

#ipsLayout_mainArea { background-color: rgba(255, 242, 211, 0.3); }


.cWidgetContainer[data-widgetArea="header"] {
    margin: 3px 0 0px;
}

.ipsWidget.ipsWidget_horizontal {
	padding: 0px !important;
}

.ipsWidget {
  padding: 9px;
}

.ipsPad, .ipsApp ul.ipsPad, .ipsApp ol.ipsPad {
  padding: 0;
}

#ipsLayout_body {
	padding: 0px 5px;
}

a.buyembedded, a.linkbutton {
    display: inline-block;
    text-decoration: none;
    padding: 3px 15px;
    color: white;
    font-size: 120%;
    margin-left: 0px;
    background-color: #91a357;
  border-radius: var(--button--radius);
}

.ipsGrid > [class*="ipsGrid_span"] {
    min-height: 0px;
}

.alsobuyat:hover, a.linkbutton:hover {
    transform: scale(1.2);
}

div.earlyaccess {
    width: 114px;
    height: 36px;
    position: absolute;
    left: 36px;
    top: 16px;
    font-size: 130%;
    transform: rotate(-20deg);
    animation-iteration-count: infinite;
    animation-name: jumpy;
    animation-duration: 0.5s;
    animation-direction: alternate;
    font-weight:bold;
}

@keyframes jumpy {
  from { text-shadow: 2px 2px 2px #999; }
  to { left: 32px; top: 12px; text-shadow: 8px 8px 4px #999; }
}