/* 
    Document   : magnet
    Created on : 2013.05.06., 13:01:16
    Author     : nmi
    Description:
        Purpose of the stylesheet follows.
*/

body { 
    font-size: 11px;
    width: 647px;
}

.foto {
    float: left;
    padding: 5px;
}

.jobbra {
    text-align: right;
}

.kiemelt {
    font-weight: bold;
}

.rovidinput {
    width: 30px;
}

.link {
    width: 300px;
}

.blocked-panel .ui-accordion .ui-accordion-header {
    text-align: center;
}

.kap-category {
    font-size: 24px;
}

.table-title {
    width: 300px;
    font-size: 20px;
    font-weight: bold;
}

.table-search {
    float: right;
}

@media screen and (max-width: 360px) {
    .kap-category {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .kap-table-header td {
        display: block;
    }

    .table-search {
        display: block;
        margin-bottom: 8px;
    }

    .ui-panelgrid .ui-panelgrid-cell {
        display: block;
    }
}
