﻿.globotips{
    width: 200px;
    height: 50px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #555;
    background-color:#CC0A0D;
    position: absolute;
    color: #FFF;
    font-weight:600;
    font-size:14px;
    font-family: 'Roboto', sans-serif;
}
.globotips:before{
    content: "";
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: #EEE transparent #CC0A0D transparent;
    top: -10px;
}