.cision-table td,
.cision-table th {
    border: 1px solid #d5d5d5;
}

#cision-datatable_wrapper .dataTables_length {
    margin-bottom: 15px;
}

#cision-datatable_wrapper .dataTables_info {
    margin-bottom: 15px;
    margin-top: 15px;
}

.cision-table thead {
    display: none;
}

.cision-table tr td {
    text-align: left;
}

.dataTables_paginate .paginate_button.previous {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dataTables_paginate .paginate_button.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dataTables_paginate .paginate_button {
    cursor: pointer;
}

.dataTables_paginate .ellipsis {
    cursor: not-allowed;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate .ellipsis {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    /*color: #428bca;*/
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dataTables_paginate .paginate_button.current {
    background-color: #e8e8e8;
    cursor: not-allowed;
}

.dataTables_wrapper {
    position: relative;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    padding: 40px 0;
    transform: translateY(-50%);
}

.dataTables_paginate:before,
.dataTables_paginate:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.dataTables_paginate:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.dataTables_paginate {
    *zoom: 1;
}