@media only screen and (min-device-width: 1025px){
    .firstrow{
        box-sizing: border-box;
        width: 100%;
        background-color: #DBDBDB;
        display: flex;
        align-items: right;
        text-align: right;
        height: 30px;
        align-items: center;
        justify-content: right;
        padding-right: 10px;
        border-radius: 5px;
        margin-bottom: 5px;
    }.dropdownbutton{
        height: 100%;
        width: auto;
        margin-left: 10px;
    }.compactitmes_row_html p{
        display: flex;
        justify-content: right;
        text-align: right;
    }.pagetitle{
        box-sizing: border-box;
        text-align: right;
        width: 100%;
        padding-right: 10px;
        color: #36454F;
        display: flex;
        align-items: center;
        justify-content: right;
    }.pagetitle div{
        margin-left: 3px;
        margin-right: 3px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}