.ar {
    text-align: right !important;
}

.ac {
    text-align: center !important;
}

.totals td {
    font-weight: bold;
    text-align: right;
}

.circle-status {
    width: 80px;
    height: 50px;
    padding-top: 25px;
    float: right;
    display: block;
    color: #aaa;
    border: 2px solid #aaa;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
}

body > .container > .alert-info {
    margin-top: 10px;
    margin-bottom: 0;
}

.table td {
    white-space: normal;
}

.unstyled {
    margin-bottom: 0;
}

.table th.totalHeader {
    text-align: right;
}

/** Works -------------------------------------------------------------------*/

h1.work-title {
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 1.2
}

h1.work-title small {
    font-size: 11px;
}

.authors a {
    margin-right: 10px;
}

.synopsis {
    margin: 10px 0;
}

.synopsis em {
    margin-bottom: 10px;
}

.synopsis em:nth-child(2n):after {
    display: table;
    line-height: 0;
    content: "";
    margin-bottom: 5px;
}

.more-info-links {
    margin-top: 20px;
}

.more-info-links ul {
    list-style-type: none;
    margin-left: 0;
}

.more-info-links li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #ddd;
}

.more-info-links li:first-of-type {
    padding-left: 0;
    border-left: none;
}

.characters br {
    margin-bottom: 20px;
    display: block;
    content: "\a";
}

.search-header .btn-group {
    margin-top: -5px;
}

#work-search .form-search .btn {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#work-search .form-search input {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: 1px solid #eee;
}

#work-search .span3 h2 {
    margin-left: 13px;
    margin-top: -3px;
}

.minimal-accordion .accordion-group {
    border: none;
    border-bottom: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-price {
    margin-right: 10px;
    font-size: 22px;
}

@media (min-width: 1200px) {
    .thumbnails > li {
        margin-left: 24px;
    }
}

span.lightText {
    font-size: 12px;
    font-weight: lighter;
    color: grey;
}

.table tr:last-child td{
    border-bottom: 0px;
}

.disabled a {
    pointer-events: none;
}

.slidenav {
    text-shadow: 1px 1px 5px #000;
}