div.article,
div.welcome {
    padding: 0px 0px 0px 0px !important;
}

.tableCol-50-left {
    float: left;
}

.tableCol-50-right {
    float: right;
}

.tableCol-66 {
    display: table-cell;
    float: left;
    min-width: 67% !important;
    width: 67% !important;
}

.tableCol-33 {
    display: table-cell;
    min-width: 32% !important;
    width: 32% !important;
    float: right;
    /*vertical-align: top !important;*/
}

.tableCol-50 {
    width: 50% !important;
}

.tableCol-50-left {
    margin: 0px 0px 0px 0px !important;
}

    .tableCol-50-left .ms-WPBorderBorderOnly {
        margin-right: 10px;
    }

.tableCol-50-right {
    margin: 0px 0px 0px 0px !important;
}


.tableCol-33 .ms-WPBorder,
.tableCol-33 .ms-WPBorderBorderOnly,
.tableCol-66 .ms-WPBorder,
.tableCol-66 .ms-WPBorderBorderOnly {
    border: #efefef 1px solid!important;
    border-top: #efefef 4px solid!important;
    -moz-box-shadow: 0 4px 6px -4px rgba(125, 125, 125, 0.8);
    -webkit-box-shadow: 0 4px 6px -4px rgba(125, 125, 125, 0.8);
    box-shadow: 0 4px 6px -4px rgba(125, 125, 125, 0.8);
    padding: 10px;
}

.ms-webpart-cell-vertical {
    margin-bottom: 12px !important;
}

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
    padding-left: 0px !important;
}
