const stylesList = { content_div: { margin: '-24px', position: 'relative', }, title: { color: '#333', fontSize: '16px', fontWeight: 'bold', width: '100%', lineHeight: '44px', textAlign: 'center', backgroundColor: '#E0E7EE', }, button: { backgroundColor: 'rgba(255, 255, 255, 0)', border: '0 solid #cccccc', float: 'right', marginTop: '5px', }, }; export default stylesList;