.infoBox {     background-color: #051A2D;
    width: 300px;
    font-size: 14px;
	font-family: Roboto-Light;
    border: 2px solid #C09851;
    border-radius: 3px;
    margin-top: 10px;
    color: #fff;}
.infoBox p { padding: 0 15px }
.infoBox:before { border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #C09851; top: -10px; content: ""; height: 0; position: absolute; width: 0; left: 138px }