﻿
    .NO-COPY {
      -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 */
    }

    .active {
        
    }

    [plugin=actions] {
        display: inline-block;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: .5em;
    }

    [plugin=action] {
        display: inline-block;
        float: left;
        padding: 1em;
        border: 1px solid #ccc;
        margin: 0;
        width: 8em;
        text-align: center;
        padding-top: .5em;
        padding-bottom: .5em;
    }

        [plugin=action][action=next] {
            float: right;
        }
