

.widget-presentation .title {
    border-bottom: 1px solid #38a7c3;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
}


table.pretty {
    border-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    cursor: default;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}


.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
    border-top: 0 none;
}
table.pretty thead tr th {
    background-color: #3b4151;
    border-color: #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    vertical-align: middle;
}
.table thead th {
    vertical-align: bottom;
}
.table th {
    font-weight: 700;
}
.table th, .table td {
    border-top: 1px solid #ddd;
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
#main-container {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 19px;
}

.span12{
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
}
