.communication_preferences_container
{
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
}

.communication_preferences_container .warning
{
    color: red;
    font-weight: bold;
    font-size: 1.0em;
    line-height: 50px;
}

.communication_preferences_container .email_address
{
    font-size: 1.0em;
    font-weight: bold;
    padding: 20px;
    line-height: 30px;
}

.communication_preferences_container .inline
{
    display: inline-block;
}

.communication_preferences_container .items_container
{
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.communication_preferences_container .items_container_alignment
{
    width: 600px; 
    text-align: left;
}

.communication_preferences_container .items_block
{
    padding: 10px;
}

.communication_preferences_container .items_field
{
    display: inline-block; 
    margin-left: 16px;
    width: 50px; 
}

.communication_preferences_container .communication_item_label
{
    display: inline-block; 
    width: 70px;
}

.communication_preferences_container button
{
    padding-top: 15px; 
    padding-bottom: 15px; 
    padding-left: 40px; 
    padding-right: 40px; 
    background-color: #ff9522; 
    color: white; 
    font-size: 25px; 
    font-weight: bold;
    border-style: none;
    border-radius: 100px;
    margin-top: 20px;
    cursor: pointer;
}

.communication_preferences_container button:disabled
{
    background-color: gray;
}

.communication_preferences_container .save_result
{
    font-weight: bold;
    padding: 20px;    
}