﻿            .gray {
                color: #4e4e50;
                font-size: 14px; font-weight: bold;
            }
            .top-dog-review {
                border: 1px solid #ccc;
                border-radius: 12px;
                width: 874px;
                margin: 50px auto;
                text-align: left;
            }

                .top-dog-review h1 {
                    color: #fff;
                    font-size: 22px;
                    padding: 5px 8px 5px 75px;
                }

                .top-dog-review .top-dog-bg span.yellow {
                    color: #feb217;
                }

                .top-dog-review .top-dog-container .top-dog-heading {
                    border-bottom: 1px dashed #feb217;
                    padding-top: 0;
                }

                .top-dog-review .top-dog-container div {
                    padding: 10px 0;
                }

                .top-dog-review .top-dog-bg {
                    background-color: #993300;
                    position: relative;
                    border-top-left-radius: 12px;
                    border-top-right-radius: 12px;
                }

                .top-dog-review img.top-dog-ribbon {
                    position: absolute;
                    top: -5px;
                    left: 20px;
                }

                .top-dog-review .top-dog-container {
                    padding: 0 20px;
                }

                .top-dog-review .top-dog-container .top-dog-content {
                    width: 699px;
                }

                .top-dog-review .top-dog-container .top-dog-content p {
                    line-height: 17px;
                }

                .top-dog-review .top-dog-footer {
                    background-color: #ebebeb;
                    position: relative;
                    border-bottom-left-radius: 12px;
                    border-bottom-right-radius: 12px;
                    height: 35px;
                }

                .top-dog-review img.top-dog {
                    display: block;
                    position: absolute;
                    bottom: -22px;
                    right: 13px;
                }