    .livestream {
        padding: 22px;
        width: 934px;
        font-family: arial;
        line-height: 18px;
        /*border: solid 1px #ccc;*/
        font-size: 13px;
        color: #000;
    }
    
    .livestream a {
        text-decoration: none;
        text-transform: none;
    }
    
    .livestream img{
        max-width: 100%;
    }
    
    .ls-left {
        width: 455px;
        position: relative;
        float: left;
        margin-right: 24px;
    }
    
    .ls-left-bottom {
        position: absolute;
        bottom: 0;
    }
    
    .ls-left-bottom h2 {
        background-color: #FFF;
        font-size: 28px;
        padding: 10px 12px;
        margin: 0;
        display: inline-block;
        font-weight: 400;
    }
    
    .ls-left-bottom-info {
        background-color: rgba(0, 0, 0, 0.75);
        padding: 12px 12px;
    }
    
    .ls-left-bottom p {
        font-size: 15px;
        color:#FFF;
        width: 60%;
        float: left;
        margin: 0;
    }
    
    .button {
        background-color: #d00f44;
        float: right;
        color: #FFF;
        background-image: url(https://www.peakdistrict.gov.uk/__data/assets/file/0017/724013/button-arrow.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding: 5px 22px 5px 8px;
        text-transform: capitalize;
        font-size: 14px;
        margin-top: 4px;
        transition: background-color 300ms ease-out;
    }
    
     .button:hover {
        background-color: #000;
    }
    
    .ls-right-col1 {
        width: 212px;
        padding-right: 15px;
        font-size: 13px;
        float: left;
        border-right: solid 1px #eaeaea;
    }

    .ls-right-col1 a {
        font-size: 14px;
       /* color: #d00f44;*/
       color: #000;
    }

    .ls-right-col1-link {
        font-size: 14px;
        text-transform: capitalize;
        color: #d00f44;
        line-height: 30px;
        background-image: url(https://www.peakdistrict.gov.uk/__data/assets/file/0003/724017/button-arrow-red.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 12px;
    }
    
    .ls-right-col1 a:hover {
        color: #000;
    }
    
    .ls-right-col1 p {
        margin: 0;
        margin-top: 15px;
    }
    
    .ls-cta {
        position: relative;
    }
    
    .ls-cta h2{
        font-size: 16px;
        color: #FFF;
        background-color: #d00f44;
        padding-left: 65px;
        background-image: url(https://www.peakdistrict.gov.uk/__data/assets/file/0019/724015/cta-icon.png);
        background-repeat: no-repeat;
        background-position: center left;
        line-height: 40px;
        margin: 0;
        text-transform: capitalize;
    }
    
    .ls-cta p{
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.75);
        color: #FFF;
        font-size: 16px;
        padding: 12px;
		text-transform: none;
    }
    
    .ls-right-col2{
        width: 212px;
        padding-left: 15px;
        float: left;
    }
    
    .ls-right-col2 h3{
        margin: 0;
        font-size:16px; 
    }
    
    .ls-right-col2 p{
        margin: 15px 0;
        font-size:16px; 
    }
    
    .ls-right-col2 ul{
        border-top: solid 1px #eaeaea;
        margin: 0;
        padding: 0;
    }
    
    .ls-right-col2 ul li{
        border-bottom: solid 1px #eaeaea;
        margin: 0;
        list-style-type: none;
        padding: 0;
    }
    
    .ls-right-col2 ul li a{
        font-size: 14px;
        text-transform: capitalize;
        color: #d00f44;
        line-height: 30px;
        background-image: url(https://www.peakdistrict.gov.uk/__data/assets/file/0003/724017/button-arrow-red.png);
        background-repeat: no-repeat;
        background-position: center right;
        padding-right: 12px
    }
    
    .ls-right-col2 ul li a:hover {
        color: #000;
        background-image: url(https://www.peakdistrict.gov.uk/__data/assets/file/0018/724014/button-arrow-black.png);
    }
    
    .clear {
        clear:both;
    }
 