/* WISYWIG color (if content background dark change this color) */
body.mce {
	background: #ffffff;
}

*{
    word-break: break-word;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

/*Code added for Dragdropr sites to resize to window*/
.row { 
    padding: initial!important; 
    margin: 0!important;
} 

.container-fluid { 
    width: 100%;
    padding-right: 0!important; 
    padding-left: 0!important; 
}

.container{
    width: 100%;
}

.ddr-widget__button > a > div {
    word-break: break-word !important;
}