.breadcrumb-wrapper {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
    color: #707070;
}

.breadcrumb-wrapper a.breadcrumb {
    text-decoration: none;
    color: #707070;
}

.breadcrumb-wrapper a.breadcrumb:hover, .breadcrumb-wrapper span {
    color: rgb(211, 0, 22);
}

.divider {
    height: 1px;
    margin: 30px 0;
    background-image: url("../img/component_divider.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}

.divider.spacer-only {
    height: 1px;
    margin-top: 0;
    margin-bottom: 29px;
    background-image: none;
}

.clear, .content-component:after, .content-component:before,
    .component-title-wrapper:after, .component-title-wrapper:before {
    content: " ";
    display: table;
}

.content-component:after, .component-title-wrapper:after {
    clear: both;
}

.content-component {
    position: relative;
}

.content-component:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.content-component .component-title-wrapper {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.content-component h2 a, .content-component h3 a, .content-component h4 a
    {
    text-decoration: none;
}

.content-component h2, h3 {
    padding: 0;
    margin: 0;
}

.component-title {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
}

.component-description ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.component-description ul li {
    background-image: url("../img/BW_Bullet.svg");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}

.component-description, .grid-item-content {
    font-family: gothambook, helvetica, arial, sans;
    line-height: 17px;
    position: relative;
}

.component-description p:first-child {
    margin-top: 0;
}

.component-description p {
    margin-bottom: 0;
}

.component-image img {
    width: 100%;
}

.component-media-credit {
    text-align: right;
    margin-top: 5px;
    font-size: 10px;
}

.component-text {
    position: relative;
}

.component-image-top ~ .component-text {
    margin-top: 20px;
}

.component-text ~ .component-image-bottom {
    margin-top: 20px;
}

.component-overlay-bottom {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #e41f38;
    color: white;
}

img ~ .component-overlay-bottom {
    position: absolute;
    bottom: 0;
}

.component-overlay-bottom div {
    padding: 15px;
}

.component-overlay-bottom h2 {
    color: white;
}

.teaser {
    opacity: 0.75;
    filter: alpha(opacity = 75); /* For IE8 and earlier */
}

.teaser:hover, .teaser.active {
    opacity: 1;
    filter: alpha(opacity = 100); /* For IE8 and earlier */
}

.teaser .component-overlay-bottom {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    height: 120px;
    font-family: gothamthin, helvetica, arial, sans;
    font-size: 20px;
    background-color: transparent;
}

.teaser img ~ .component-overlay-bottom {
    position: absolute;
    bottom: 0;
}

.teaser .component-overlay-bottom div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #86171c;
    background-color: transparent;
    border: 5px solid rgb(218, 21, 46);
}

.teaser .component-overlay-bottom div h2 {
    color: #86171c;
    font-family: gothamthin, helvetica, arial, sans;
    font-size: 30px;
}

.teaser .component-overlay-bottom div:hover {
    background-color: rgba(218, 21, 46, 0.2) !important;
}

.teaser.button-color-blue .component-overlay-bottom div {
    border-color: rgb(0, 152, 160) !important;
}

.teaser.button-color-blue .component-overlay-bottom div h2 {
    color: #195e5c;
}

.teaser.button-color-blue .component-overlay-bottom div:hover {
    background-color: rgba(0, 152, 160, 0.2) !important;
}

.teaser.button-color-senf .component-overlay-bottom div {
    border-color: rgb(239, 171, 0) !important;
}

.teaser.button-color-senf .component-overlay-bottom div h2 {
    color: #9e6c1a;
}

.teaser.button-color-senf .component-overlay-bottom div:hover {
    background-color: rgba(239, 171, 0, 0.2) !important;
}

.teaser.button-color-gray .component-overlay-bottom div {
    border-color: rgb(79, 79, 79) !important;
}

.teaser.button-color-gray .component-overlay-bottom div h2 {
    color: #4f4f4f;
}

.teaser.button-color-gray .component-overlay-bottom div:hover {
    background-color: rgba(79, 79, 79, 0.2) !important;
}

.media-component-spacer, .paragraph-item-spacer, .grid-item-spacer {
    min-width: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
}

.media-component-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.media-component-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.notification {
    padding: 10px;
    border: 1px solid rgba(218, 21, 46, 0.25);
    background-color: rgba(228, 31, 56, 0.25);
}

.user-registration-box h2, .user-profile-component h2 {
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #e41f38;
}

.user-profile-component h2:first-child {
    margin-top: 0;
}

.user-registration-box table {
    margin-top: 20px;
}

.user-registration-box table, table.user-profile-details {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.user-profile-details td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.user-profile-details-section-title {
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 1px dotted gray;
    color: #e41f38;
}

.user-profile-details-key {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
    width: 200px;
    max-width: 200px;
    vertical-align: top;
}

.user-profile-details-key div {
    margin-top: 2px;
}

.user-profile-details-key div.description {
    font-size: 11px;
}

.user-profile-details-key div.license-registered-date {
    font-size: 11px;
    font-family: gothambook, helvetica, arial, sans;
    font-weight: normal;
}

.user-profile-details-value {
    font-family: gothambook, helvetica, arial, sans;
    padding-left: 20px;
}

.offline-activation-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.offline-activation-list-key {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
}

ul.user-profile-badges, ul.user-profile-promotions {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.user-profile-badges li, ul.user-profile-promotions li {
    margin-top: 20px;
    float: left;
}

ul.user-profile-promotions li {
    clear: left;
}

ul.user-profile-promotions li:first-child {
    margin-top: 0px;
}

ul.user-profile-badges li .badge-container, ul.user-profile-promotions li .promotion-container
    {
    position: relative;
}

ul.user-profile-promotions li .promotion {
    width: 200px;
}

ul.user-profile-badges li img.badge {
    width: 50px;
}

ul.user-profile-promotions li .promotion img {
    width: 100%;
}

ul.user-profile-badges li div.badge-description {
    display: none;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
    background-color: #dcdcdc;
    border: 3px solid rgb(229, 0, 46);
    box-shadow: 0px 0px 10px gray;
    z-index: 800;
}

ul.user-profile-badges li div.badge-description table h2 {
    margin-bottom: 0;
}

ul.user-profile-promotions {
    margin-top: 20px;
}

ul.user-profile-promotions li .promotion, ul.user-profile-promotions li div.promotion-description
    {
    float: left;
}

ul.user-profile-promotions li div.promotion-description {
    max-width: 500px;
}

@media only screen and (max-width: 860px) {
    ul.user-profile-promotions li .promotion {
        width: 340px;
        margin-bottom: 20px;
    }
    ul.user-profile-promotions li div.promotion-description {
        width: 100%;
    }
}

ul.user-profile-promotions li div.promotion-description h2 {
    border: 0;
}

ul.user-profile-promotions li .promotion {
    margin-right: 20px;
}

ul.user-profile-badges li div.badge-description .badge-number {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
    border-bottom: 1px dotted #e41f38;
    margin-top: 5px;
    padding-bottom: 5px;
}

ul.user-profile-badges li div.badge-description table {
    min-width: 350px;
}

ul.user-profile-badges li div.badge-description img.badge_large {
    width: 150px;
    margin-right: 10px;
}

table.user-licenses {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

table.user-licenses td {
    vertical-align: top;
    line-height: 18px;
    padding-left: 20px;
}

table.user-licenses td {
    padding-left: 20px;
}

table.user-licenses th {
    padding: 10px 0;
}

table.user-licenses td:first-child {
    padding-left: 0px;
}

table.user-licenses .license-root-row td {
    vertical-align: middle;
}

table.user-licenses .license-just-added-marker {
    color: #e41f38;
}

table.user-licenses .user-licenses-product-column {
    padding-left: 0px;
}

table.user-licenses .user-licenses-serial-column {
    padding-left: 20px;
}

table.user-licenses .user-licenses-serial-column .serial {
    font-family: Cousine;
    letter-spacing: 0.5px;
    margin-bottom: -4px;
}

table.user-licenses .user-licenses-registration-column {
    padding-left: 20px;
}

table.user-licenses .user-licenses-download-column {
    padding-left: 20px;
}

.license-upgrade-path-link {
    font-family: gothambook, helvetica, arial;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: underline;
    color: #e41f38;
}

.license-upgrade-path-link-collapsed {
    width: 10px;
    height: 10px;
    background:
        url("../img/profile/license-upgrade-path-collapse-arrow.svg")
        no-repeat;
}

.license-upgrade-path-element {
    font-size: 12px;
}

.license-upgrade-path-link-container {
    vertical-align: top;
    padding-top: 8px !important;
    padding-right: 8px !important;
}

.license-upgrade-history {
    font-size: 11px !important;
}

.license-upgrade-history td {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

table.license-download-container {
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.license-download-container td {
    padding: 0;
    padding-left: 20px;
}

table.license-download-container td:first-child {
    padding-left: 0;
}

.download-button-wrapper {
    padding: 5px 10px;
    margin: 0;
    background-color: rgb(228, 31, 56);
    cursor: pointer;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218, 21, 46);
}

.download-mac, .download-win, .download-lin {
    height: 20px;
    min-width: 20px;
}

.download-mac span, .download-win span, .download-lin span {
    display: inline-block;
    margin-left: 30px;
    color: white;
    max-width: 80px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-mac {
    background: url("../img/profile/download-mac.svg") no-repeat;
}

.download-lin {
    background: url("../img/profile/download-linux.svg") no-repeat;
}

.download-win {
    background: url("../img/profile/download-win.svg") no-repeat;
}

td.user-profile-license-download-link-container {
    padding-left: 10px;
}

td.user-profile-license-download-link-container:first-child {
    padding-left: 0;
}

.user-profile-license-download-link {
    display: block;
    text-align: center;
    padding: 7px;
    margin: 0;
    background-color: rgb(228, 31, 56);
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218, 21, 46);
    color: white;
}

.user-profile-license-download-link:hover {
    background-color: rgb(218, 21, 46);
}

.user-profile-license-download-type {
    white-space: nowrap;
}

.user-profile-license-download-version {
    white-space: nowrap;
    font-family: gothambook, helvetica, arial, sans;
    font-weight: normal;
}

.user-profile-license-download-link.disabled, button.disabled, input.disabled
    {
    border-color: #aaa !important;
    background-color: #aaa !important;
    cursor: default;
}

table.serial-input-container {
    width: auto;
}

#user-profile-registered-hosts-table td {
    vertical-align: top;
}

.user-profile-registered-host-container {
    margin-right: 20px;
}

.user-profile-registered-host-date, .user-profile-registered-host-label,
    .user-profile-registered-host-hostname {
    white-space: nowrap;
}

.user-profile-registered-host-hostname {
    font-family: monospace;
    padding-top: 5px;
}

#offline-activation-form .form-button-bar {
    padding-top: 15px;
    border-top: 1px solid #e41f38;
    text-align: right;
}

#offline-activation-form .offline-activation-step-container .form-button-bar
    {
    padding-top: 0;
    border-top: 0;
    text-align: left;
}

#offline-activation-form table td {
    padding-right: 20px;
}

#offline-activation-form table.serial-input-container {
    border-collapse: collapse;
}

#offline-activation-form table.serial-input-container td {
    padding: 0;
    padding-right: 3px;
}

#offline-activation-form table .user-profile-details-key {
    width: 20px !important;
    vertical-align: top;
}

#offline-activation-form table td {
    padding-top: 15px;
}

#offline-activation-form table tr:first-child td {
    padding-top: 0;
}

.offline-activation-step-container {
    margin-top: 20px;
}

.offline-activation-step-container:first-child {
    margin-top: 0;
}

.offline-activation-step-container h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px dotted #e41f38;
    margin-bottom: 10px;
}

.offline-activation-step-completed {
    opacity: 0.75;
    filter: alpha(opacity = 75); /* For IE8 and earlier */
}

.user-profile-offline-activation-description {
    font-family: gothambook, helvetica, arial, sans;
}

.user-profile-license-download-link-container a {
    text-transform: uppercase;
    text-decoration: none;
    color: #aaa;
}

.user-profile-license-download-link-container a:hover {
    color: #ea6a23;
}

#user-profile-registered-hosts-container,
    #user-profile-licenses-container {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted gray;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted gray;
}

#offline-activation-registered-hosts-container {
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px dotted gray;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted gray;
}

.filterable-box {
    display: table;
    margin-bottom: 20px;
    border-bottom: transparent solid 20px;
    /* bugfix as margin-bottom doesn't work properly for display: table" */
    margin-left: -10px;
}

.filterable-box .filterable-box-element {
    display: table-cell;
    padding: 0 10px;
}

.filterable-box .filterable-box-element h2 {
    margin-bottom: 10px;
}

.filterable-box ul.filterable-recent-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filterable-box ul.filterable-recent-tags li {
    float: left;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid gray;
}

.filterable-box ul.filterable-recent-tags li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.grid-container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.grid-container.flexi-grid {
    width: 100% !important;
}

@media only screen and (min-width: 1480px) {
    .grid-container {
        width: 1420px;
    }
}

@media only screen and (min-width: 1120px) and (max-width: 1479px) {
    .grid-container {
        width: 1060px;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1119px) {
    .grid-container {
        width: 700px;
    }
}

@media only screen and (max-width: 759px) {
    .grid-container {
        width: 280px;
    }
}

ol.grid-items {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.grid-item {
    float: left;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 20px;
}

.grid-item-c2 {
    max-width: 720px !important;
}

.grid-item-c3 {
    max-width: 480px !important;
}

.grid-item-c4 {
    max-width: 360px !important;
}

.grid-item-c5 {
    max-width: 288px !important;
}

.grid-item-c6 {
    max-width: 240px !important;
}

@media only screen and (min-width: 1000px) {
    .flexi-grid .grid-item-c2 {
        width: 50% !important;
    }
    .flexi-grid .grid-item-c3 {
        width: 33.3333% !important;
    }
    .flexi-grid .grid-item-c4 {
        width: 25% !important;
    }
    .flexi-grid .grid-item-c5 {
        width: 20% !important;
    }
    .flexi-grid .grid-item-c6 {
        width: 16.666666% !important;
    }
}

@media only screen and (min-width: 650px) and (max-width: 999px) {
    .flexi-grid .grid-item-c2 {
        width: 100% !important;
    }
    .flexi-grid .grid-item-c3 {
        width: 50% !important;
    }
    .flexi-grid .grid-item-c4 {
        width: 33.3333% !important;
    }
    .flexi-grid .grid-item-c5 {
        width: 25% !important;
    }
    .flexi-grid .grid-item-c6 {
        width: 20% !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 649px) {
    .flexi-grid .grid-item-c2, .flexi-grid .grid-item-c3 {
        width: 100% !important;
    }
    .flexi-grid .grid-item-c4 {
        width: 50% !important;
    }
    .flexi-grid .grid-item-c5 {
        width: 25% !important;
    }
    .flexi-grid .grid-item-c6 {
        width: 20% !important;
    }
}

.grid-item article {
    position: relative;
    padding: 0 10px;
}

.grid-container .grid-item-featured {
    width: 100%;
    clear: left;
    margin-bottom: 20px;
    border-bottom: 1px dotted gray;
}

.grid-container .grid-item-featured .grid-item-image-container {
    width: 490px;
    float: left;
}

.grid-item-text-container:hover .read-more-link-image,
    .list-item-text-container:hover .read-more-link-image {
    background-image: url("../img/BW_Arrow_Red.svg");
}

.grid-item-text-container .news-item-link {
    color: inherit;
    text-decoration: none;
}

.grid-item:hover .news-item-link {
    color: #e41f38;
}

.grid-item-text-container.overlay {
    position: absolute;
    bottom: 0px;
    background-color: rgba(10, 10, 10, 0.8);
    color: white;
    display: none;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
}

.grid-item-text-container.overlay>.grid-item-text-content {
    padding: 20px;
    display: block;
}

.grid-item-text-container.overlay>.grid-item-text-content .grid-item-title
    {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.grid-item-text-container.overlay>.grid-item-text-content .grid-item-content
    {
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-item-text-container.overlay>.grid-item-text-content .grid-item-content>*:first-child
    {
    margin-top: 0;
}

.grid-item-image-container:hover ~ .grid-item-text-container.overlay,
    .grid-item-text-container.overlay:hover {
    display: block;
}

.grid-item-text-container.overlay .grid-item-date,
    .grid-item-text-container.overlay .news-item-categories-container {
    display: none;
}

.grid-item-text-container.overlay .has-main-title {
    border: 0;
}

.msnry-item.grid-item {
    float: none !important;
    margin-right: 0 !important;
}

.grid-item-image {
    width: 100%;
}

.grid-item-image-wrapper {
    float: left;
    min-height: 1px;
    width: 490px;
    margin-right: 20px;
}

.grid-item-image-wrapper img, .grid-item .paragraph-box-item-image {
    width: 100%;
}

.grid-item-content-wrapper {
    float: left;
    min-height: 1px;
    width: 490px;
}

.grid-item-date {
    margin-top: 7px;
    margin-bottom: 5px;
    font-family: gothambook, helvetica, arial, sans;
    font-size: 12px;
}

.grid-all-items-link {
    padding-top: 10px;
    margin-bottom: 30px;
    white-space: nowrap;
}

.grid-all-items-link table {
    float: right
}

.grid-all-items-link table td {
    vertical-align: middle;
}

.read-more-link-image {
    display: inline-block;
    background-image: url("../img/BW_Arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 7px;
    line-height: 1em;
    height: 1em;
    position: absolute;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    bottom: 0;
    right: 0;
}

.sm-share-button {
    background-image: url("../img/social/share-button.png");
    background-repeat: no-repeat;
    width: 43px;
    height: 14px;
    margin: 0;
    padding: 0;
}

#subscription-box h2 {
    font-size: 12px;
    border-bottom: 1px dotted #e41f38;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

#newsletter-subscription-form h2, #support-form-wrapper h2,
    #control-script-form-wrapper h2 {
    padding-bottom: 10px;
    border-bottom: 1px dotted #e41f38;
    margin-bottom: 10px;
}

.form-row {
    margin-top: 20px;
}

.form-row:first-child {
    margin-top: 0;
}

.form-input {
    
}

#support-form #button-bar {
    text-align: right;
}

#support-form table td {
    padding-top: 10px;
    text-align: right;
}

#support-form table tr:first-child td
    {
    padding-top: 0;
}

#support-form table td:first-child
    {
    text-align: left;
    white-space: nowrap;
}

#support-form table td.textarea-container
    {
    vertical-align: top;
    padding-top: 17px;
}

#support-form input, #support-form textarea {
    width: 328px;
}

.control-script-form-link {
    padding-top: 10px;
}

.control-script-form-link:first-child {
    padding-top: 0px;
}

#control-script-search-form {
    display: inline-block;
}

#control-script-button-bar-right {
    float: right;
}

#addSerialForm table {
    border-collapse: collapse;
}

#addSerialForm table td {
    padding: 0;
    padding-left: 5px;
}

#addSerialForm table td:first-child {
    padding-left: 0;
}

#addSerialForm table td span {
    line-height: 24px;
}

input.serial-input {
    font-family: Cousine, monospace;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 33px;
    padding: 7px 8px 5px 8px;
}

#reset-password form field {
    display: block;
    margin-bottom: 10px;
}

#control-script-toolbar {
    margin-top: 20px;
}

#control-script-toolbar>* {
    float: left;
    margin-left: 20px;
}

#control-script-toolbar>*:first-child {
    margin-left: 0;
}

.control-script>table td {
    padding: 0;
    padding-top: 15px;
}

.control-script>table tr:first-child>td {
    padding-top: 0px;
}

.control-script>table td.key {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 15px;
    vertical-align: top;
}

.control-script>table td.value {
    vertical-align: top;
}

.control-script>table td.value p:first-child {
    margin-top: 0;
}

.control-script .component-title-wrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#control-script-list-items {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

#control-script-list-items td, #control-script-list-items th,
    .release-list-table td, .release-list-table th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.release-list-table tr:hover td, .release-list-table tr:hover th {
    background-color: rgba(100, 100, 100, 0.25);
}

#control-script-list-items td:first-child, #control-script-list-items th:first-child 
    {
    padding-left: 0px;
}

.raty {
    white-space: nowrap;
}

.raty>* {
    display: inline-block;
}

.raty>img {
    height: 12px;
    padding-top: 6px;
}

.control-item-image-wrapper img.control-script-image {
    width: 100%;
}

.control-script-github-icon {
    height: 22px;
    border: 0;
    margin: 0;
    padding: 0;
}

.control-script-toolbar td:first-child {
    padding-left: 5px;
    padding-right: 5px;
    width: 225px;
}

.control-script-toolbar td:first-child input {
    width: 100%;
}

#control-script-comments-container {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted gray;
}

.comments>h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e41f38;
}

ul.comments-list {
    list-style-type: none;
    padding-left: 0;
}

ul.comments-list li.comment {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted gray;
}

ul.comments-list li.comment h3 {
    color: #666;
    text-transform: none;
}

ul.comments-list li.comment .comment-date {
    margin-top: 0px;
    font-size: 80%;
}

.comments-tools-container {
    text-align: right;
}

.comments-tools-container #comment-input {
    width: 735px;
}

.grid-paginator, .paginator {
    color: #e41f38;
    white-space: nowrap;
}

.paginator {
	float: left;
}

.grid-paginator {
    float: right;
}

.page-link {
    padding-left: 5px;
}

.page-link:first-child {
    padding-left: 0;
}

.page-jump-first {
    
}

.page-jump-back {
    
}

.current-page {
    font-family: gothambold, helvetica, arial, sans;
    font-weight: bold;
}

.page-jump-next {
    
}

.page-jump-last {
    
}

.learning-grid-item-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.learning-page-type-icon {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    height: 17px;
}

.learning-page-type-icon-text {
    width: 14px;
    background-image: url("../img/learning/text.svg");
}

.learning-page-type-icon-video {
    width: 17px;
    background-image: url("../img/learning/video.svg");
}

.learning-page-type-icon-playlist {
    width: 21px;
    background-image: url("../img/learning/playlist.svg");
}

.learning-page-type-icon-mixed {
    width: 24px;
    background-image: url("../img/learning/mixed.svg");
}

.filter-options-container .option {
    display: table;
    float: left;
    margin-left: 15px;
}

.filter-options-container .option:first-child {
    margin-left: 0;
}

.filter-options-container .option>* {
    display: table-cell;
    padding: 10px 0px 10px 5px;
    vertical-align: middle;
    white-space: nowrap;
}

.filter-options-container .option>*:first-child {
    padding-left: 0;
}

.component-disabled {
    opacity: 0.5;
    filter: alpha(opacity = 50); /* For IE8 and earlier */
}