﻿#overview {
    max-width:1165px;
    min-height:100%;
    background-color:#FFFFFF;
    margin:0;
    padding:1px 30px 0 30px;
}

.option-row {
    border: 1px solid #000000;
    padding:10px 0 10px 10px;
    margin-bottom:5px;
}

.criteria-action {
    border: 1px solid #000000;
    float: right;
    height: 38px;
    position: relative;
    text-align: center;
    top: -10px;
    width: 38px;
}

.add-new-subscription {
    margin-top:10px;
}

.subscription-row{
    margin-bottom:10px;
    background-color:#F2F6FF;
    padding:3px;
}

.edit-subscription-row {
    cursor: pointer;
}

.delete-share-subscription-row,
.delete-subscription-row {
    cursor: pointer;
}

#tbl-share-subscriptions td,
#tbl-share-subscriptions th {
    padding: 0 10px;
}

