.body { 

    box-shadow: none; 

} 

  

.LiveField{ 

    box-shadow: none; 

    background-color: #eadfc9; 

} 

  

.a.LiveField{ 

    box-shadow: none; 

} 

  

.LiveField__container{ 

    border-style: solid; 

    border-color: #DDC4AE; 

    border-width: 1px; 

    background-color: #eadfc9; 

} 

.Choices__choice{ 

    box-shadow: none; 

    background-color: #eadfc9; 

    margin-left: 2px; 

    margin-right: 2px; 

} 

.image img{ 

    box-shadow: none;
    border-color: #eadfc9; 
    border-width: 1px; 

}