/*html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#sideBar{float:right;}

#q,#google_q{
  height: 2rem;
    border: none;
    border-bottom: 1.2px solid #c2c2c2;
    outline: none;
    transition: border 0.3s;
    -webkit-transition: border 0.3s; /* Safari */
}
#btnZzk,#widget_my_google>input.btn_my_zzk{
 outline:none;
    min-width:100px;
    height:2rem;
    border:1px solid #e2e2e2; 
    padding: 0.5rem 1.5rem;
    transition: border 0.3s;
    -webkit-transition: border 0.3s; 
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s; 
    cursor: pointer;
    outline:none;
    border: 1px solid #00BBFF;
    background-color: #00BBFF;
    color: white;}*/