
.widget {
    border: 0;
    padding: 0;
    width: 100%;
}

.widget .widget-title {
    display: block;
    width: 100%;
    background: #1b3354;
    color: #fff;
    border: 1px solid #45474b;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.widget .widget-content {
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom-width: 2px;
    width: 100%;
    overflow: auto;
}

/*.widget-content table {
    width: 100%;
}*/

/*.widget-content table td input[type="text"] {
    width: 100% !important;
}*/

/*.widget-content table td select {
    width: 100% !important;
}*/

