﻿.cursor-pointer{
    cursor:pointer;
}
.d-flex{
    display:flex
}
.mr-10{
    margin-right:10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-28 {
    margin-top: 28px;
}
.hide{
    display:none
}
.stopSelection {
    /*user-select: none;*/
}
pre {
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#mainPageWrapper #myModal .modal-content {
    width: auto;
}
.add-new-blog{
    color:blue;
    text-decoration:underline;
}