h1 {
    text-align: left;
    padding: 0px 35px 0px 50px;
}

.table {
    border-top: 1px solid #ababab;
    box-shadow: 0px -1px 0px #676767;

    font-family: "Helvetica Neue",HelveticaNeue,Arial,sans-serif;
    font-size: 18px;

    color:#666;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}

.table tbody td img {
    max-height: 46px;
    vertical-align: middle;
    border: 0px none;
    border-radius: 9px;
}
.table tbody td.icon {
    padding: 4px 0px 4px 50px;
    width: 46px;
}
.table tbody td.cpc, .table tbody td.cpm {
    padding: 4px;
    text-align: right;
    width: 125px;
    color: #000;
}
.table tbody td.actions {
    width: 150px;
    text-align: right;
}
.table tbody td.actions, .table tbody td.cpm {
    padding: 15px 35px 15px 4px;
}

.search-bar {
    background: url("../img/search.png") no-repeat scroll 0px 0px transparent;
    height: 36px;
    width: 242px;
}

.search-bar input {
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
    width: 200px;
    margin-left: 35px;
    font-size: 15px;
    line-height: 15px;
}

.table .btn {
    max-width: 122px;
    text-transform: none;
    min-height: 32px;
    padding: 7px 15px;
    text-shadow: none;
    font-weight: normal;
}