﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /* max-width: 280px; */
}


.ui.cards > .card > .extra, .ui.card > .extra {
    border-top: none !important;
    position: absolute !important;
    width: 100% !important;
    bottom: 0em !important;
    top: unset !important;
}


.ui[class*="five column"].grid > .row > .column, .ui[class*="five column"].grid > .column:not(.row) {
    width: 14.2857% !important;
}

img#detailsImage {
    display: block;
    vertical-align: top;
    margin: auto;
}



.productTitle h1 {
    /* font-family: "calluna",serif; */
    font-style: normal;
    font-weight: 100;
    font-size: 3em;
}

.new:after {
    content: "new";
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: .7em;
    padding: 0 4px;
    background-color: #21ba45;
    color: white;
    /* width: 18px; */
    font-size: 13px;
    /* height: 18px; */
    text-align: center;
    line-height: 18px;
    border-radius: 4px;
    box-shadow: none;
}