/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/07/29, 10:51:59
    Author     : maeda
*/
        
    canvas{
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
    .descript {
        position: relative;
        color: #4c4c4c;
        background: #fafefe;
        font-size: 13pt ;
        border: 2px solid #08b0c7;
        margin: 10px 10px 22px 10px;
        padding: 5px 5px 5px 10px;
        border-radius: 3px;
    }
    .descript:after, .descript:before {
        content: "";
        position: absolute;
        top: 100%;
        height: 0;
        width: 0;
    }
    .descript:after {
        left: 40px;
        border: 10px solid transparent;
        border-top: 10px solid #fafefe;
    }
.descript:before {
    left: 38px; 
    border: 12px solid transparent;
    border-top: 12px solid #08b0c7;
}

