/* Default Setting  */
@import url('googleapi.css');
/*
input:focus,
button:focus,
a:focus {
outline: none;  
 }
*/
/*--------------------------------------------------------------------------------*/
.hi_trial_group {
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 330px;
    max-width: 400px;
	
}
.hi_trial_group .hi_trial_btn {
    position: absolute;
    left: -94px;
    display: inline-block;
    border-radius: 5em;
    border: 1px solid #aada46;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 1;
	
	
}
.hi_trial_group .hi_trial_btn > span {
    display: inline-block;
    width: 76px;
    height: 76px;
    padding: 10px;
    margin: 3px;
    background: #aada46;
    border-radius: 5em;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hi_trial_group .hi_trial_btn:hover {
    border: 1px solid #6b9b1d;
}
.hi_trial_group .hi_trial_btn:hover > span {
    background: #6b9b1d;
}
.hi_trial_group .pollSlider {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.8);
}
.hi_trial_group .pollSlider object {
    width: 100%;
    height: 100%;
}