#co_mto_specialInterests-form td
{
    vertical-align: top;
}
.co_mto_si_edit
{
    display: none;
}


/*
* PG selection Layer
*/
@media (max-width: 1100px) {
    #specialinterestsprogramme_navigationbar_pg_layer {
        width: 710px;
        height: auto;
        overflow: hidden;
    }
}

@media (max-width: 800px) {
    #specialinterestsprogramme_navigationbar_pg_layer {
        width: 400px;
        height: auto;
    }
}

@media (max-width: 800px) and (max-height: 700px) {
    #specialinterestsprogramme_navigationbar_pg_layer {
        height: 400px;
        overflow-y: scroll;
    }
}

@media (max-width: 1100px) and (max-height: 580px) {
    #specialinterestsprogramme_navigationbar_pg_layer {
        height: 400px;
        overflow-y: scroll;
    }
}
