/*    #left {
      width: 500px;
      float: left;
    }
    #right {
      margin-left: 200px;
       Change this to whatever the width of your left column is
    }
    .clear {
      clear: both;
    }
    
    
    ul {
    background: #3399ff;
    padding: 40px;
    list-style-type: none;
     width: 18em; 
    }
    
    ul li {
    background: #cce5ff;
    margin: 5px;
    border-radius: 25px;
    padding:5px 20px;
    font-size: 115%;
    font-weight: 900;
    box-shadow: 0 2px #999;
     width: 18em; 
    }
    
    ul li:hover { 
    background-color: green;
    color: white;
    }
 
    ul li:active { 
     transform: translateY(2px); 
    transform: translateX(6px);
    transform: rotate(7deg);
    }
     
    .taright {
        text-align: right;
        list-style-position: inside;
    }*/
    
    .ListHeading_a { 
        background: black;
    }

    .container {
        background: #3399ff;
    }


    /*
        ListHEading
                        */
                                             
                        
    .ListHeading {
        float: left;
    }
    
    .ListHeading ul {
        width: 400px;
        padding: 40px;
        list-style-type: none;
    }
    
    .ListHeading ul li {
        position: relative;
        background: cyan;
        margin: 5px;
        border-radius: 25px;
        padding:5px 20px;
        font-size: 115%;
        font-weight: 900;
        box-shadow: 0 2px #999;  
    }
    
    .ListHeading ul li:hover { 
        background-color: green;
        color: white;
    }

    .ListHeading ul li:hover div:last-of-type { 
        display:inline-block;        
    }

    
    .ListHeading ul li:active { 
        transform: translateX(6px);
    }

    .ListHeading ul li div:first-of-type { 
        display:inline;
    }

    .ListHeading ul li div:last-of-type { 
        display:none;
        position: absolute;
        color: silver;
        right: 10px;
        width: 20px;
    }

    /*
        ListItems
                        */
                        
    .ListItems {
        display: inline-block;
    }
    
    .ListItems  ul {
        width: 400px;
        padding: 40px;
        list-style-type: none;
    }
    
    .ListItems  ul li {
        background: #cce5ff;
        margin: 5px;
        border-radius: 25px;
        padding:5px 20px;
        font-size: 115%;
        font-weight: 900;
        box-shadow: 0 2px #999;  
    }
    
    .ListItems  ul li:hover { 
        background-color: green;
        color: yellow;
    }
 
    .ListItems  ul li:active { 
        transform: translateX(6px);
    }                 

    .clear {
      clear: both;
    }