#scrollbar {
    height: 100%;
    width: 750px;   
    overflow: auto;
}

.campaign-requests-table {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.campaign-requests-table td {
    white-space: nowrap;
    min-width: 50px;
}

.campaign-requests-table th {
    white-space: nowrap;
    border: 0px;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #3498db;
    color: white;
}

.campaign-requests-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.tele-col {
    white-space: nowrap;
    text-align:center;
    width:75px;
    border: 1px solid #ddd;
    padding: 8px;
    background: rgba(0,0,0,0.0);
}

.modify {
    border: 1px solid #E0E0E0;
    text-align: center;
    padding: 8px;
}

.form-blend {
    width: 15px;
    border: none;
    background: rgba(0,0,0,0.0);
}









