.airtableCustomerControlTable {
    width:90%;
    border-style:none;
}

.airtableCustomerControlSelectTD {
    width:90%; 
    border:0px; 
    text-align:left;
}

.airtableCustomerControlIconTD {
    text-align:center;
    border: 0px;
    width:10%;
}

.airtableCustomerControlForm {
    text-align:left;
    margin: auto; 
    width: 90%; 
    padding: 0px;
}

.airtableCustomerControlSelect {
    width: 100%;
    border-style:none;
    font-weight:bold;
}

.airtableCustomerViewSelectedTD {
    width:90%;
    text-align:center;
    border-style:none;
    font-weight:bold;
    font-size:20px;
}

.airtableCustomerViewIconsTD {
    width:100%;
    text-align:center;
    display:inline-block;
    border-style:none;
}

.airtableCustomerViewIcon {
    padding-right:10%;
    padding-left:10%;
    display:inline-block;
}

.airtableSectionControlTable {
    max-width:550px;
    width:100%;
    margin:0px;
    background-color:#cae9f5;
    border: 1px solid blue;
}

@media only screen and (max-width: 768px) {
    .airtableSectionControlTable {
        width:95%;
        margin-left:auto;
        margin-right:auto;
    }
}

.airtableSectionControlTitle {
    font-weight:bold;
}

.airtableSectionControlIcon {
    float: right;
    margin-right:10px;
    margin-top:10px;
}

.airtableSectionContentTable {
    max-width:550px;
    width:100%;
    border-left: 1px solid blue;
    border-right: 1px solid blue;
    border-bottom: 1px solid blue;
    margin:0px;
}

@media only screen and (max-width: 768px) {
    .airtableSectionContentTable {
        width:95%;
        margin-left:auto;
        margin-right:auto;
    }
}

.airtableSectionLabelCell {
    border-style:none;
    text-align:right; 
    font-weight:bold; 
    width:50%;
}

.airtableSectionAttachmentsCell {
    border-style:none; 
    width:50%;
}

.airtableSectionTextCell {
    border-style:none;
    text-align:left; 
    width:50%;
}

.airtableSectionScrollingCell {
    border-style:none;
}

.airtableSectionMoneyCell {
    border-style:none;
    width:50%;
}

.airtableSectionDateCell {
    border-style:none;
    width:50%;
}

.airtableSectionRow {
    
    margin-left:auto;
    margin-right:auto; 
    width:100%; 
    max-width:1000px; 
    position:relative;
}

@media only screen and (max-width: 768px) {
    .airtableSectionRow {
        margin-top:0px;
    }
}


.airtableSectionCell {
    width:49%;
    display:inline-block;
    margin-top:5px;
    position:relative;
    vertical-align:top;
}

@media only screen and (max-width: 768px) {
    .airtableSectionCell {
      width:100%;
    }
}



