// _utils.scss

.hide-element {
	display: none;
}

/* 
This is common css class only for 100% width.
*/ 

.full-width {
    width: 100%;
}

/* 
This is common css class only for word break.
*/ 
.word-break {
    word-wrap: break-word;
}

/* 
This is common css class only for post image border.
*/ 
.post-image-border {
    border: 1px solid $mouse;
}
