.button {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 700;
    color: #FFF;
    cursor: pointer;
    text-align: center
}

.button.lg {
    padding: 14px 30px;
    font-size: 24px;
    line-height: 28px;
    border-radius: 5px
}

.button.lg.ghost {
    padding: 12px 28px
}

.button.md {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px
}

.button.md.ghost {
    padding: 7px 18px
}

.button.sm {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px
}

.button.sm.ghost {
    padding: 4px 10px
}

.button.solid.primary {
    background: #0072FF
}

.button.solid.primary:hover {
    background: #0059C6
}

.button.solid.primary.disabled:hover {
    background: #0072FF
}

.button.solid.secondary {
    background: #004395
}

.button.solid.secondary:hover {
    background: #00306A
}

.button.solid.secondary.disabled:hover {
    background: #004395
}

.button.solid.tertiary {
    background: #0059C6;
}

.button.ghost {
    border: 2px solid
}

.button.ghost.white {
    border-color: #FFF
}

.button.ghost.white:hover {
    color: rgba(255,255,255,0.6);
    border-color: rgba(255,255,255,0.6)
}

.button.ghost.primary {
    color: #0072FF;
    border-color: #0072FF
}

.button.ghost.primary:hover {
    border-color: #0059C6
}

.button.ghost.secondary {
    color: #004395;
    border-color: #004395
}

.button.ghost.secondary:hover {
    border-color: #00306A
}

.button:hover {
    text-decoration: none;
    color: #FFF
}

.button.disabled {
    opacity: .4;
    pointer-events: none;
    cursor: not-allowed
}

a.column {
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto','Avenir Medium',Helvetica,sans-serif;
}

a.teamViewer {
    width: 293px;
    height: 36px;
    padding: 8px 0;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
}

a.app {
    width: 140px;
    height: 26px;
    padding-top: 4px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 3px;
    white-space: nowrap;
    font-family: 'Roboto','Avenir Medium',Helvetica,sans-serif;
}

a.app.first {
    padding-top: 6px;
    border: none;
}

a {
    color: #0072FF;
    font-weight: 700;
}

@media (min-width: 960px) {
    a.helpdesk {
        margin-left: 6px;
    }

    a.taskbag {
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width:959px) {
    a.helpdesk {
        margin-top: 6px;
    }

    a.taskbag {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    a.helpdesk {
        margin-top: 6px;
    }

    a.taskbag {
        margin-top: 20px;
    }

    button.sectionSelector {
        width: 150px;
        height: 100%;
        border: none;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Roboto','Avenir Medium',Helvetica,sans-serif;
    }

    button.sectionSelector:hover {
        cursor: pointer;
    }

    button.sectionSelector.selected {
        background-color: black;
        color: white;
    }

    button.sectionSelector:first-child {
        border-left: 1px white solid;
        border-right: 1px white solid;
    }

    button.sectionSelector:last-child {
        border-right: 1px white solid;
    }
}