/* Add your custom theme overrides here */

#t-pt {display:none;}

body {color: #0a0a0a;}

#innerbodycontent {
    background: none repeat scroll 0% 0% #FFF;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #E5E5E5 #D9D9D9 #CCC;
    box-sizing: border-box;
}

.title-red {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #C9302C;
}

.subtitle-black {
    padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #000000;
}

.subtitle-red {
    padding-bottom: 0px;
    margin: 0px 0px 0px;
    border-bottom: 4px solid #C9302C;
}

.carousel .carousel-caption {
    padding:0.5rem;
}

.lighter-background  .caption p,h3 {
    color:#000000;
}

.light-background  .caption p,h3 {
    color:#000000;
}

.table-hover {
    cursor:pointer;
}

.pointer {
    cursor:pointer;
}
.thumbnail {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0;
    margin-bottom: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
img {
    border: 0;
}
*, *::before, *::after {
    box-sizing: inherit;
}
pre {
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.close-button {
    position: absolute;
    color: #fff;
    right: 1rem;
    top: .5rem;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
}
pre.prettyprint {
    padding: 16px !important;
    background: #e6e6e6 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #E5E5E5 #D9D9D9 #CCC !important;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: auto;
}
