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

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

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

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}

.tile {
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 120px;
    height: 120px;
    background: #0072c6;
    color: #fff;
    font-size: 9pt;
}

.tile_2 {
    background: #2b579a;
}

.tile_3 {
    background: #217346;
}

.tile_5 {
    background: #d9390f;
}

.copyright {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 10px 10px 0 10px;
    background: rgba( 0, 0, 0, 0.5 );
    font-size: 10pt;
    color: #fff;
}

.copyright a {
    color: #0fa6f3;
}

.dt-width 
{
    width:190px !important;
}

.dd-left-margin
{
    margin-left:200px !important;
}

.dt-margin-top {
margin-top: -5px !important;
}

