body{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
ul{
    margin: 0;
    padding: 0;
}

ul li{
    list-style-type: none;
}

#output li span:hover{
    cursor: pointer;
    outline: 1px dotted red;
}

#history li span:hover{
    cursor: pointer;
}

#phrases .alert{
    padding-right: 25px;
}

#back{
    margin-right: 10px;
}

#alone{
    margin-right: 5px;
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 101;
    background-color: #fff !important;
}

.sticky-card{
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.alert{
    padding: 0;
}


.close{
    padding: 0 !important;
}
.alert{
    margin-bottom: 2px;
}

/* #output li{
    display: block;
    clear: both;
}

#output li div{
    display: block;
    float: left;
    padding-left: 5px;
} */

.amz-link{
    display: block;
    float: left;
}

.amz-link img{
    height: 20px;
    width: 20px;
}

.trlt-link{
    display: block;
    float: left;
}

.trlt-link img{
    height: 22px;
    width: 22px;
}

.no_touch{
    color: rebeccapurple;
}

.phrase{
    display: inline-block;
    width: 80%;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    /* -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); */
    cursor: pointer;
}

