.abc-priority-report{
    margin-bottom: 30px !important;
}
h3.priority-type{
    color: #555;
    font-size: 1.25em !important;
    margin-bottom: 1em;
}
.priority-item{
    padding: 1em;
}
.abc-priority-report thead th,
.abc-priority-report td:nth-child(2){
    text-align: left;
}
.abc-priority-report th:nth-child(1),
.abc-priority-report th:nth-child(2){
    width: 10%;
}
.abc-priority-report th:nth-child(3){
    width: 80%
}

.abc-wide{
    display: none;
}
#priority-list-form{
    margin-bottom: 2em;
}

#priority-list-form label{
    text-align: right;
    clear: both;
    float:left;
    margin-right:15px;
}
#priority-list-form select{
    width: 50%;
}



@media only screen and (min-width: 767px){
    .abc-wide{
        display: block;
    }
    .abc-mobile{
        display: none;
    }
    h3.priority-type{
        text-align: left;
    }
    #priority-list-form .form-group{
        display: inline-block;
        padding-left: 1.5em;
    }
    #priority-submit{
        display: inline-block;
        vertical-align: super;
    }
    #priority-submit button{
        margin-left: 1.5em;
        vertical-align: middle;
    }
    
}