
.even{
    background-color: #f7f7f7;
}
.odd {
    background: #ffffff;
}

.esriPopup .sizer {
    position: relative;
    z-index: 1;
    width:300px;
}

.esriPopupWrapper {
    border: none;
}

.esriPopup .contentPane {
    position: relative;
    overflow: hidden;
    padding: 10px 6px 6px 10px;
    background-color:#ffffff;
    color: #333333;
    border: none;
    overflow-y: auto;
}

.esriPopup .actionsPane {
    display: none;
}

.attachmentsSection, .mediaSection,
.editSummarySection{
    display: none;
}

div.mainSection,
.esriAttributeInspector {
    height: 320px;
}

table.featureInfo, table.featureInfo td, table.featureInfo th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
}

table.featuresInfo{
    height:320px !important;
}
div.mainSection div, div.mainSection div div{
    height: 100% !important;
}