        #fact-of-the-day {
            position: relative;
            text-align: center;
            border: 5px solid #dededd;
            margin-top: 25px;
            padding: 25px 0 0 0;
        }

        #fact-of-the-day:before {
            content: '';
            display: block;
            background: #fff;
            width: 20px;
            height: 45px;
            position: absolute;
            top: -30px;
            left: 50%;
            margin-left: -25px;
            border: 5px solid #fff;
        }

        #fact-of-the-day > span {
            font-size: 24px;
            font-weight: 700;
            margin: 0 20px;
            display: inline-block;
            color: #555;
        }

        #fact-of-the-day > p,
        #fact-of-the-day > a
        {
            font-size: 18px;
            font-weight: 700;
            margin: 15px 10px 20px;
            display: inline-block;
        }

        #fact-of-the-day > p {
            color: #000;
            line-height: 1.4em;
        }

        #fact-of-the-day > a {
            margin: 0 0 25px 0;
        }
