td {
    vertical-align: top;
}

:focus {
    outline: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

var {
    font-style: italic;
}

dfn {
    font-style: italic;
}

pre {
}

code {
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.italic {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: .2em 0;
    font-weight: normal;
}

p,
ul,
ol {
    margin: 1em 0;
}

div.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

div.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}

div.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #31708F;
}

div.alert-warning {
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    color: #8A6D3B;
}

div.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

a.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

a.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

a.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

a.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

a.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

a.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

a.btn-link {
    color: #428bca;
    font-weight: normal;
    border-radius: 0;
}

a.btn-block {
    display: block;
    width: 100%;
}

a.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

a.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

a.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

table.table-bordered {
    border: 1px solid #dddddd;
}

table.table-striped {
    background-color: #f9f9f9;
}

table.table-hover {
    background-color: #f5f5f5;
}

table.table-condensed {
}