#search{
   width: 30px;

}    
    
    
    #list_page{
        max-width: 2000px !important;
        width: 1170px;
        width: 100%;

    }

    
    #list_page_header{
        font-size: 1.2rem;
        margin: 2px auto 0 auto;
        width: 99%;
        text-align: center;
        

    }

    #list_header{
        margin: 2px auto 10px auto;
        width: 95%;
        height: 570px;
        overflow: auto;
        border: 3px solid lightskyblue;
      
    }

    .list_item{
        width: auto;
        margin:  0 auto 0 auto;
        
    }

    .list_name_block{
        background-color: lightblue;
        padding: 3px 0 3px 8px;


    }

    .list_details_block{
        padding-left:50px;
        display: flex;
        width: 99%;
        margin:  0 auto 0 auto;
        align-items:stretch;
       


    }

    .list_speaker_block{
       
        width: 49%;
        flex: 0 0 49%;

        /*display:flex;
        flex-wrap: wrap;
        align-items:start;
        justify-content: start;
        */
 
    }
    
    
    .list_speaker_innerx{
        width: 100%;
        flex: 1 0  49%;
        height: auto;
        
        margin:0;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        grid-template-areas:
          "top top" 
          "left right"
    }    

    /*.list_speaker_innerx > div:nth-child(1){
        grid-area: top;
        display:block;
    }*/
    .list_speaker_innerx > div:nth-child(1){
        grid-area: left;
    }
    .list_speaker_innerx > div:nth-child(2){
        grid-area: right;
    }

    .list_talks_block{
        width: 50%;
        
        flex: 0 0 auto;
    }

    .list_talk{
        padding-left: 3px;

    }

    #prob_location_list{
        width: 75%;
        margin: 0 auto;
    }
    .prob_location_list_item{
        display: flex;
        flex-wrap: wrap;
        border-bottom:1px solid red;
        padding: 5px 0 5px 0;

    }

   .prob_location_list_location{
        flex: 0 0 20%;
        text-align: left;
        font-size: 1.1rem;


   }

   .prob_location_list_speaker_block{
    flex: 0 0 79%;
    display: flex;
        flex-wrap: wrap;
        column-gap: 50px;
        font-size: .9rem;

    }

    .prob_location_list_speaker{
           flex: 0 0 20%;
            padding-bottom: 5px;
          
   }

   #prob_editform_page{
        margin:20px auto 0 auto;
       


   }

   /* visibility of actions on hover */
   .admin_page_talks tr td .row-actions,
   .dashboard_page_talks tr td .row-actions{
      visibility:hidden;
 
   }
   .admin_page_talks tr:hover td .row-actions,
    .dashboard_page_talks tr:hover td .row-actions{
        visibility:visible;
    }
    /* make rows thin for more readaility */
    .admin_page_talks .widefat td, 
    .admin_page_talks .widefat th,
        .dashboard_page_talks .widefat td, 
        .dashboard_page_talks .widefat th {
            padding: 1px 10px;
    }

