﻿  #pointer 
  {
    width:150px;
    height: 40px;
    position: relative;
    background: #4B92DB;
    margin-left:0px;   
    margin-top:-3px;
    text-align:center;
    font-weight:bolder;
    
  } 
  #pointer:before {
    height: 25px;
            width: 25px;
            border-radius: 20px 20px;
            border: 2px solid #BC5978;
            margin-top: 10px;
            background-color: #9DC642;
  }
  
       
     