.flex-break{
  flex-basis: 100%;
  height: 0;
}

.italic {
  font-style: italic;
}

.w-5{
  width: 5%;
}

.w-10{
  width: 10%;
}

.w-15{
  width: 15%;
}

.w-35{
  width: 35%;
}

.w-40{
  width: 40%;
}

.w-55{
  width: 55%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.pre-line{
  white-space: pre-line;
}

.cursor-pointer{
  cursor: pointer;
}


.one-line-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
