/* 
 * leedz_list
 */

 

#leedz_list_main {

    display:none;

    position: relative;


    top:0 !important;
    left:0 !important;
    
    width:100%;
    height:88vh;

    text-align:left;
    
    margin: 0;
    
    background-color: white;

}
 
 

 #leedz_list_trade {

    width:100%;
    align-items: baseline;
    padding:8px;
    margin:auto 30px;
 }







 span.trade_label {

    font-family: var(--FONT_1);
    font-size:1.4em;
    font-weight: bold;
 }



 #leedz_list_panel {

    height:90%;

    background-color: white;

    overflow-y:auto;
    overflow-x:hidden;    
  }


  a#leedz_list_close.info_modal_close {
    font-size:20px;
  }

  #leedz_list {

    position: absolute;
  
    width:96%;
    margin:0 auto;
 
  }



  .each_leed:hover {
    background-color: var(--LEEDZ_LIGHTGREEN);
    border-color: green;

    cursor:pointer;
  }
  

  .each_leed {
  
    display:inline-flex;


    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--LEEDZ_DARKGRAY);
    background-color: var(--LEEDZ_GRAY);

    align-items: center;
    padding-left: 4px;

    margin: 6px 0;

    width:97%;
    height:5vh;

    font-family: var(--FONT_1);
    font-size:1em;
    font-weight: bold;

  }

  @media screen and (max-width: 600px) {

    .each_leed {
        font-size:0.9em;
        height:6vh;
    }
  
  }




  .leed_date {
    color:var(--LEEDZ_DARKGREEN);
    padding:4px;
  }


  .leed_label {
    color:black;
    padding:4px;
  }

