.socialTable{
    margin-top: 0px;
    margin-bottom: 0px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 2em;
    margin-left: 0px;
    min-width: 100%;
}
.SocialTableRow{

}
.socialTableCell{
    vertical-align: bottom;
    padding-bottom: 20px;
    padding-right: 0;
    width: 100%;
}

.socialTableLabel{
    font-weight: normal;
}
.sectionTitle{

}
.inputURLCell{
    border: 1px solid #949494;
    height: 34px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
}
.removeButton{
    border: 1px solid #969696;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857143;
    color: #969696;
    background-color: #ffffff;
    border-radius: 4px;   
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 0rem 0rem;
}
.removeButton:hover {
    border-color: #002e6d;
    border-bottom: 1px;
    border-bottom-color: #002e6d;
    border-bottom-style: solid;
    color: #002e6d;
    background-color: #ffffff;
    box-shadow: 0 0 2px #007dbc, 0 0 6px #007dbc, 0 0 10px #007dbc;
}

.addSection {
    border: 1px solid #969696;
    border-radius: 4px;
    color: #969696;
    background-color: #ffffff;
    transition: 0.3s;
    display: inline-block;
    padding: 1rem 2rem;
    margin-top: 0%;
    margin-bottom: 0%;
}
.addSection:hover {
    border-color: #002e6d;
    border-bottom: 1pt;
    border-bottom-color: #002e6d;
    border-bottom-style: solid;
    color: #002e6d;
    background-color: #ffffff;
    box-shadow: 0 0 2px #007dbc, 0 0 6px #007dbc, 0 0 10px #007dbc;
}
.icon {
    display: inline-block;
    transition: opacity .2s ease, transform .2s ease;
}
.icon.hide {
    opacity: 0;
    transform: scale(.5);
}
.businessNumbers {
    display: inline-block;
}
.formPanel{
    border: 2px solid #c5c5c5;
    border-radius: .5rem;
    background-color: #ffffff;
}
.formPanelBody{
    padding: 15px;
}
.combobox {
    height: 34px;
    border: 1px solid #949494;
    border-radius: 4px;
    background: #ffffff;
    transition: 0.3s;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    
}
.combobox:hover {
    border-color: #007dbc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.dropdown-list{
    position: absolute;
    width: inherit;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #333333;
    font-weight: normal;
    border-radius: 4px;
    opacity: 1;
    display: none;
    z-index: 100;

}

.dropdown-list div {
    padding: 8px;
    cursor: pointer;
    background: #ffffff;
    font-size: 16px;
    border: 2px solid #ffffff;
    border-radius: 4px;
}

.dropdown-list div:hover {
    border: 2px solid #007dbc;
    background-color: #dcf0fa;
    border-radius: 4px;
}
.combobox-container {
    padding-bottom: 6px;
    padding-top: 0px;
}
.doubleInput {
    display: flex;
}
.comboboxCell{
    padding-top: 0px;
    padding-right: 28px;
    padding-bottom: 20px;
    padding-left: 28px; 
}