rect.bordered {
        stroke: #E6E6E6;
        stroke-width:1px;   
      }

.message-bar {
            height: 100px;
            width: 100%;
            bottom:0;
            left:0;
            right:0;
            position: fixed;
            border-top: 3px solid #ccc;
            display: none;
            overflow-y: scroll;
            background: #fff;
            resize:vertical;
            z-index: 1;
        }

#msgbar-close {
            display: block;
            position: fixed;
            font-size: 1.4em;
            width: 24px;
            height: 24px;
            line-height: 24px;
            right: 8px;
            background: white;
            color: #333;
            text-align: center;
            text-decoration: none;
        }

.center {
    margin: auto;
    width: 50%;
    padding: 5px;
    }


.job_description_bubble {
    width: 300px;
    margin: 50px auto;
    background: #00bfb6;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-family: arial;
    position:relative;
    }

.sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #00bfb6;
    border-right: 10px solid transparent;
    border-top: 10px solid #00bfb6;
    border-bottom: 10px solid transparent;
    right: -20px;
    top: 6px;
    }

#msgbar-close:hover {
            background: #bbb;
        }
