.text-logo{
    padding: 5px 10px;
    background: #ffffff;
    color: #000000;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    /*border: 1px solid grey;*/
    -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 */
}