#ct-peer-news * {
    border-radius: 0;
}

#ct-peer-news, #ct-peer-news p {
    font-size: 14px;  
}

    #ct-peer-news a, #ct-peer-news a:visited {
        color: #89000a;
    }

        #ct-peer-news a:focus, #ct-peer-news a:hover {
            color: #c40010;
        }

    #ct-peer-news h4 {
        margin: 30px 0;
    }

    #ct-peer-news h5 {
        margin: 0 0 10px 0;
    }
    
    #ct-peer-news label {
        margin-bottom: 5px;
    }

    #ct-peer-news .badge {
        border-radius: 10px;
        padding: 3px 6px;
    }

    /* Buttons */
    #ct-peer-news .btn {
        text-transform: uppercase;
    }

        #ct-peer-news .btn.btn-default {
            background-color: #eaeaea;
            border: none;
            color: #111111;
        }

            #ct-peer-news .btn.btn-primary:focus, #ct-peer-news .btn.btn-primary:hover {
                background-color: #f2f2f2;
                color: #111111;
            }

        #ct-peer-news .btn.btn-primary {
            background-color: #89000a;
            border: none;
            color: #ffffff;
        }

            #ct-peer-news .btn.btn-primary:focus, #ct-peer-news .btn.btn-primary:hover {
                background-color: #c40010;
                color: #ffffff;
            }

        #ct-peer-news .btn.btn-facebook {
            background-color: #3f5b96;
        }

            #ct-peer-news .btn.btn-facebook:focus, #ct-peer-news .btn.btn-facebook:hover {
                background-color: #5c73a6;
            }

        #ct-peer-news .btn.btn-twitter {
            background-color: #44adde;
        }

            #ct-peer-news .btn.btn-twitter:focus, #ct-peer-news .btn.btn-twitter:hover {
                background-color: #60b9e3;
            }

        #ct-peer-news .btn.btn-google {
            background-color: #d53c3e;
        }

            #ct-peer-news .btn.btn-google:focus, #ct-peer-news .btn.btn-google:hover {
                background-color: #db595b;
            }

    #ct-peer-news .form-control:focus {
        border-color: rgba(175, 0, 35, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(137,0,10,0.4);
        outline: 0;
    }

    /* Instructions */
    #ct-peer-news .instructions {
        align-items: flex-end;
        display: flex;
        height: 21px;
        justify-content: center;
        margin: 15px 0px;
    }

        #ct-peer-news .instructions .instruction-bars {
            height: 11px;
            width: 100%;
            border-top: 1px solid #dddddd;
        }

        #ct-peer-news .instructions .instruction-text {
            font-size: 14px;
            margin: 0px 8px;
            text-align: center;
            text-transform: uppercase;
    }

    /* Tiny MCE editor tweaks */
    #ct-peer-news .mce-tinymce {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /* Nav Tabs */
    #ct-peer-news .nav-tabs {
        border-bottom: 1px solid #dddddd;
        margin: 30px 0 0 0;
    }
    
        #ct-peer-news .nav-tabs > li {
            margin-bottom: -1px;
        }
    
        #ct-peer-news .nav-tabs > li > a {
            color: #111111;
            background: #ffffff;
            border-bottom: 1px solid #dddddd;
            font-size: 14px;
        }
    
        #ct-peer-news .nav-tabs > li > a:hover, #ct-peer-news .nav-tabs > li > a:focus {
            background: #eeeeee;
        }
        
        #ct-peer-news .nav-tabs > li.active > a, #ct-peer-news .nav-tabs > li.active > a:hover, #ct-peer-news .nav-tabs > li.active > a:focus {
            color: #111111;
            background: #ffffff;
            background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
            background: -webkit-linear-gradient(top, #f5f5f5 0% ,#ffffff 100%);
            background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
            border-bottom-color: #ffffff;
        }
    
        #ct-peer-news .tab-content .tab-pane {
            border-left: 1px solid #dddddd;
            border-right: 1px solid #dddddd;
            border-bottom: 1px solid #dddddd;
            padding: 20px 15px;
        }

        #ct-peer-news .tab-content .tab-pane p.text-center {
            font-size: 13px;
            opacity: 0.7;
        }

    /* Our team */
    #ct-peer-news .our-team {
        border: 1px solid #eaeaea;
        border-bottom: 2px solid #eaeaea;
        margin-top: 45px;
        padding: 30px;
    }

        #ct-peer-news .our-team .our-team-title { 
            margin-bottom: 15px;
        }
        
            #ct-peer-news .our-team .our-team-title h3 {
                border-bottom: 3px solid #89000a;
                display: inline-block;
                font-size: 15px;
                font-weight: bold;
                height: 32px; 
                line-height: 28px;
                margin: 0; 
                text-transform: initial;
            }

        #ct-peer-news .our-team .our-team-block { 
            font-size: 13px;
            margin-bottom: 15px;
            overflow: hidden;
        }
            #ct-peer-news .our-team .our-team-block.byline { 
                display: block;
                display: -webkit-box;
                color: #555555;
                font-size: 13px;
                height: 84px;
                line-height: 21px;
                margin: 0 auto 15px 0;
                max-width: 400px;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
            }

            #ct-peer-news .our-team .our-team-block.social {
                font-size: 20px;
                text-align: center;
            }

                #ct-peer-news .our-team .our-team-block.social a, #ct-peer-news .our-team .our-team-block.social a:visited {
                    color: #111111;
                    display: inline-block;;
                    margin: 0 10px;
                }

                #ct-peer-news .our-team .our-team-block.social a:hover, #ct-peer-news .our-team .our-team-block.social a:focus {
                    color: #89000a;
                }

            #ct-peer-news .our-team .our-team-block img {
                display: block;
                height: 335px;
                width: auto;
            }
    
    /* Panels */
    #ct-peer-news .panel {
        background: #f2f2f2;
        border: 1px solid #eaeaea;
        margin: 30px 0;
        padding: 30px;
    }

        #ct-peer-news .panel .panel-title {
            color: #111111;
            font-weight: 700;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

            #ct-peer-news .panel .panel-title span, .style2 .tt-title-text, .sidebar-heading-style2 .tt-title-text {
                border-bottom: 3px solid #89000a;
                display: inline-block;
            }          

            #ct-peer-news .panel .panel-user table {
                border: none;
            }

                #ct-peer-news .panel .panel-user table tr td {
                    border: none;
                    padding: 0 5px 5px 0;
                }

                #ct-peer-news .panel .panel-user table tr td:first-child {
                    padding-right: 7px;
                    text-align: center;
                }

                #ct-peer-news .panel .panel-user table tr td:last-child {
                    width: 100%;
                }

            #ct-peer-news .panel .panel-user .panel-avatar { 
                float: left;
                margin-right: 15px;
            }

            #ct-peer-news .panel .panel-user .panel-contact { 
                color: #111111;
                float: left;
                line-height: 1.2;
            }

                #ct-peer-news .panel .panel-user .panel-contact span { 
                    display: block;
                    font-weight: 700;
                    text-transform: uppercase;
                }

            #ct-peer-news .panel .panel-user .panel-byline { 
                border-bottom: 1px solid #eaeaea;
                border-top: 1px solid #eaeaea;
                font-size: 13px;
                margin: 15px 0;
                padding: 7.5px 0;
            }

            #ct-peer-news .panel .panel-user .panel-subscribers { 
                border-top: 1px solid #eaeaea;
                font-weight: bold;
                padding: 7.5px 0 0 0;
                text-align: center;
            }

    #ct-peer-news .profile-photo {
        width: 100%;
        max-width: 500px;
    }

        #ct-peer-news .profile-photo a {
            color: #777777;
            display: block;
            text-align: center;
        }

        #ct-peer-news .profile-photo img {
            margin: 0 0 5px 0;
            width: 100%;
        }

    #ct-peer-news .profile-photo-change {
        display: none;
        margin-top: 10px;
    }

        #ct-peer-news .profile-photo-change p {
            background: #eaeaea;
            border: 1px solid #cccccc;
            display: block;
            font-size: 12px;
            line-height: 1.4;
            margin-top: 15px;
            padding: 10px;
        }

    /* Tables */
    #ct-peer-news .table {
        border-left: none;
        border-right: none;
    }

        #ct-peer-news .table > tbody > tr > td, #ct-peer-news .table > tbody > tr > th {
            border-left: none;
            border-right: none;
        }

        #ct-peer-news .table > tbody > tr > th {
            background: #f5f5f5;
        }

    /* WordPress 'Add Media' button tweaks */
    #ct-peer-news .wp-media-buttons {
        position: absolute;
        text-align: right;
        margin-top: -30px;
        width: 100%;
    }

    #ct-peer-news .wp-core-ui .button {
        box-shadow: none!important;
        margin-right: 28px;
    }

.simple-text i {
    font-style: normal!important;
}