<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CompDetailtable table tr {
    border-bottom: 1px solid #ccc;
}

    .CompDetailtable table tr:last-child {
        border-bottom: 0;
    }

    .CompDetailtable table tr td {
        padding: 5px 0;
    }

        .CompDetailtable table tr td:first-child {
            width: 180px;
        }

        .CompDetailtable table tr td .fa {
            display: inline-block;
            width: 20px;
            text-align: center;
        }

.sessionTitle {
    margin-top: 20px;
}

.col-sm-6 .video {
    object-fit: fill;
}

@media screen and (max-width: 767px) {
    .CompLogo {
        width: 90%;
        margin: 20px auto;
    }

    .ExhiList table tr {
        border-bottom: 1px solid #ccc;
    }

        .ExhiList table tr:last-child {
            border-bottom: 0;
        }

    .CompDetailtable table tr td {
        word-wrap: break-word;
        padding: 3px 0;
    }

        .CompDetailtable table tr td:first-child {
            width: 35px;
        }

        .CompDetailtable table tr td .fa {
            display: inline;
        }

    .CompDetailtable table td .column1 {
        display: none;
    }
}

/*Products*/
.product {
    position: relative;
    text-align: center;
    padding: 0 0 30px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.product-figure {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 200px;
    border: 1px solid #efefef;
}

    .product-figure img {
        display: inline-block;
        width: 100%;
        height: auto;
    }

.product-title {
    width: 100%;
    height: 60px;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 20px;
}

    .product-title a {
        font-size: 0.8em;
        line-height: 1;
        font-weight: 500;
    }

        .product-title a:hover {
            text-decoration: none;
        }

@media (max-width: 786px) {
    .product {
        padding: 0 0 20px;
    }

    .product-figure {
        min-height: 150px;
    }
}

@media (max-width: 576px) {
    .product {
        max-width: 100%;
        padding: 0 0 20px;
    }

    .product-title a {
        font-size: 1em;
    }
}
/*Show and Hide background content*/
div.text-container {
    margin: 0 auto;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 2.5em;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.showContent {
    height: auto;
}

.show-more span {
    display: block;
    width: 200px;
    margin: 10px auto;
    padding: 5px 10px;
    text-align: center;
    background-color: #fedaf7;
    color: #66114d;
    font-size: 14px;
    text-decoration: none;
}

    .show-more span.down:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        font-size: 18px;
        padding-left: 3px;
        padding-top:10px;
    }

    .show-more span.up:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f106";
        font-size: 18px;
        padding-left: 3px;
        padding-top:10px;
    }

/*Social Icon*/
.soc-icon &gt; * {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px;
    margin-right: -1px;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.soc-icon .icon {
    position: relative;
    font-size: 26px;
    color:#555 ;
    /*background:#ff0083;
            border-radius: 50%;*/
    margin: 10px 5px;
    transition: 250ms all ease-in-out;
}
@media (max-width: 480px) {
    .soc-icon .icon {
        margin-bottom: 0;
    }
}

    .soc-icon .icon:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .soc-icon .icon:hover {
        color: #ff0083;
    }

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.soc-icon .f5icon {
    display: inline-block;
}

a.custombtn02.btn-primary {
    padding: 3px 12px;
    margin: 10px 5px;
    border-radius: 50px;
    background-color: #ff0083;
    border: 0;
    color: #fff;
}

    /*a.custombtn02.btn-primary:hover {
        background-color: #555;
    }*/

.title-icon {
    display: inline-block;
    width: 24px;
    text-align: center;
}


/*Share icons*/
.sharepgto {
    display: block;
    float: right;
    width: auto;
    height: 30px;
    background-color: #ff0083;
    border-radius: 5px;
    padding: 2px 5px 0 5px;
    margin: 10px;
}

    .sharepgto a:hover, .sharepgto a:focus {
        text-decoration: none;
    }

    .sharepgto .sharetext {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding-right: 5px;
    }

.sharepgicon {
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
}

/*for share modal*/
.sharemodal .modal-content {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sharemodal .modal-header {
    padding: 15px;
    text-align: center;
    /*border-bottom: 2px solid #fdb400;*/
    background-color: transparent;
    font-size: 24px;
}

    .sharemodal .modal-header .close {
        margin-top: -12px;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        opacity: 1;
        outline: 0;
        position: absolute;
        top: 15px;
        right: 0;
    }

    .sharemodal .modal-header h6 {
        color: #fff;
    }

.sharemodal .modal-body {
    padding-left: 15px;
    background-color: #fff;
}

    .sharemodal .modal-body a {
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
        color: #ff0083;
        font-size: 30px;
        text-align: center;
    }

.cpxpink {
    color: #F00078;
}

.tcablue {
    color: #00119c;
}

.golden {
    color:#ff8900;
}</pre></body></html>