/* ALL MOBILE DEVICES */
@media only screen and (max-width: 1024px) {
    span.column-heading {
        display: none;
    }

    span.columnheading {
    }

    img.toolbar-icon {
        width: 34px;
        background-color: white;
    }
    img.backbar-icon {
        background-color: navy;
    }
    img.toolbar-spacer {
        height: 34px;
    }
    button.toolbar-button {
        margin-right: 6px;
        background-color: white;
    }
    button.listitem {
        font-size: 17px;
    }
    button.list {
        font-size: 17px;
    }
    button.stats-button {
        font-size: 17px;
    }
    button.checkout {
        font-size: 17px;
    }

    div.footer {
        display: block;
        background-color: white;
        height: 100px;
    }
    div.minibar-row {
        margin-top: 8px;
        margin-bottom: 8px;
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    div.header {
        display: block;
    }

    div.column-content {
        padding-top: 6px;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 125px;
    }

    button.archiveitem {
        font-size: 17px;
    }

    div.toolbar {
        display: none;
    }

    button.list {
        margin-top: 4px;
        margin-bottom: 4px;
    }

    div.banner {
        margin-top: 16px;
        padding-bottom: 8px;
    }

    img.title-image {
        height: 30px;
        margin-bottom: 4px;
    }

    div.list-content {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 125px;
    }

    div.array-of-lists {
        margin-bottom: 125px;
    }

    div.column {
        width: 96%;
	}

    table.plans td {
        padding-left: 4px;
        padding-right: 4px;
    }

    div.popup {
        position: fixed;
        top: 4%;
        left: 50%;
        transform: translate(-50%,0%);
        padding: 12px;
        width: 75%;
        font-size: 17px;
    }

    div.popup-note {
        width: 75%;
    }

    input.textdata {
        font-size: 17px;
    }

    input.columnname {
        font-size: 17px;
    }

    input.labelname {
        font-size: 17px;
    }

    input.create-label-name {
        font-size: 17px;
    }

    button.confirm {
        font-size: 17px;
    }

    button.dialog {
        font-size: 17px;
    }

    button.item-edit-label-selector {
        font-size: 17px;
    }

    textarea.note-data {
        font-size: 17px;
    }

    textarea.item-note-data {
        font-size: 17px;
    	width: 93%;
    }

    textarea.feedback-text {
    	width: 90%;
        font-size: 17px;
    }

    button.label-selector-label {
        font-size: 17px;
    }

    div.menu-element {
        font-size: 17px;
    }

    center.spacer {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    img.archive-title {
        margin: 0;
    }

    button.archive-archive-now {
        margin-left: 8px;
        margin-right: 0;
    }

    button.color-picker {
        width: 25px;
        height: 25px;
        margin-left: 2px;
        margin-right: 2px;
    }

    img.dot {
        width: 8px;
    }

    div.config-column-content {
        width: 100%;
    }

    button.item-edit-star {
        margin-left: 16px;
    }

    button.item-edit-palette {
        margin-right: 16px;
    }

    div.item-color-panel {
        margin-top: 6px;
    }

    img.edit-listitem-symbol {
        margin-right: 8px;
    }

    select.label-choice {
        width: 120px;
    }

    select.issue-status-choice {
        font-size: 17px;
        margin-right: 0px;
    }

    button.lifecycle {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 17px;
    }

    img.item-add-icon {
        height: 16px;
        top: 8px;
        left: 8px;
    }

    td.settings-control {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    div.item-edit-confirm-panel {
        margin-top: 8px;
    }

    div.mobile-app-banner {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    button.banner-button {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 6px;
        margin-right: 6px;
        border: none;
    }

    img.banner-icon {
        padding: 2px;
        width: 34px;
        border: none;
        margin: 0;
        background-color: #ECECF2;
        vertical-align: bottom;
    }

    @media(hover: hover) and (pointer: fine) {
        img.banner-icon:hover {
            background-color: deepskyblue;
        }
    }

    @media(hover: none) or (pointer: coarse) {
        img.banner-icon:active {
            background-color: deepskyblue;
        }
    }

    button.search-result-item {
        width: 85%;
    }
}

/* TABLET SPECIFIC */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
}

/* PHONE SPECIFIC */
@media only screen and (max-width: 480px) {
}

span.w300 { display: none; }
span.w400 { display: none; }
span.w480 { display: none; }
span.w500 { display: none; }
span.w600 { display: none; }
span.w700 { display: none; }
span.w800 { display: none; }
span.w900 { display: none; }
span.w1000 { display: none; }
span.w1024 { display: none; }
span.w1100 { display: none; }
span.w1200 { display: none; }
span.w1300 { display: none; }
span.w1400 { display: none; }
span.w1500 { display: none; }
span.w1600 { display: none; }
span.w1700 { display: none; }
span.w1800 { display: none; }
@media only screen and (min-width: 300px) and (max-width: 400px) { span.w300 { display:inline; }}
@media only screen and (min-width: 400px) and (max-width: 480px) { span.w400 { display:inline; }}
@media only screen and (min-width: 480px) and (max-width: 500px) { span.w480 { display:inline; }}
@media only screen and (min-width: 500px) and (max-width: 600px) { span.w500 { display:inline; }}
@media only screen and (min-width: 600px) and (max-width: 700px) { span.w600 { display:inline; }}
@media only screen and (min-width: 700px) and (max-width: 800px) { span.w700 { display:inline; }}
@media only screen and (min-width: 800px) and (max-width: 900px) { span.w800 { display:inline; }}
@media only screen and (min-width: 900px) and (max-width: 1000px) { span.w900 { display:inline; }}
@media only screen and (min-width: 1000px) and (max-width: 1024px) { span.w1000 { display:inline; }}
@media only screen and (min-width: 1024px) and (max-width: 1100px) { span.w1024 { display:inline; }}
@media only screen and (min-width: 1100px) and (max-width: 1200px) { span.w1100 { display:inline; }}
@media only screen and (min-width: 1200px) and (max-width: 1300px) { span.w1200 { display:inline; }}
@media only screen and (min-width: 1300px) and (max-width: 1400px) { span.w1300 { display:inline; }}
@media only screen and (min-width: 1400px) and (max-width: 1500px) { span.w1400 { display:inline; }}
@media only screen and (min-width: 1500px) and (max-width: 1600px) { span.w1500 { display:inline; }}
@media only screen and (min-width: 1600px) and (max-width: 1700px) { span.w1600 { display:inline; }}
@media only screen and (min-width: 1700px) and (max-width: 1800px) { span.w1700 { display:inline; }}
@media only screen and (min-width: 1800px) and (max-width: 1900px) { span.w1800 { display:inline; }}
