/* FIX BUG WITH BOOTSTRAP 3 */
ol, ul {
  margin: 0;
}
/* EN FIX */

*{ cursor: pointer; }

.instrument_master{ 
    position: relative;
    min-height: 300px;
}

.instrument_master .config{
    position: relative;
    max-width: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.instrument_master .config.GA{
	height: 250px;
}

.instrument_master .config.BS{
	height: 200px;
}

.instrument_master .config.PI{
	height: 320px;
}

.instrument_master .message{
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    min-height:250px;
    height: auto;
    padding: 30px;
    padding-top: 100px;   
    color: #fff;
    text-align: center;
    z-index: 3;
    
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}