.customizer_button {
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 4px 15px 4px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #5B5B5B !important;
    border-radius: 3px;
    cursor: pointer;
}
.customizer_button:hover
{ 
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 4px 15px 4px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #5B5B5B !important;
    border-radius: 3px;
    cursor: pointer;
} 
.customizer_button:active 
{
    background-color: #fff !important;
    border: 1px solid #ccc;
    padding: 4px 15px 4px 15px;
    font-size: 13px;
    font-weight: 700;
    color: #5B5B5B !important;
    border-radius: 3px;
    cursor: pointer;
}

.customizer_button img
{    
     vertical-align: middle;
     cursor: pointer; 
}
h1 {
  font-family: 'open-sans'; 
}
#img_list {
  background-color: #ccc;
  min-width: 100%;
  min-height: 50px;
}
#img_list li {
	list-style-type: none;
	display: inline;
}
#img_list img {
	max-width: 200px;
}

.dropbox-dropin-btn .dropin-btn-status {
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: bottom;
    margin: 0 5px 0 2px;
    background: transparent url(../img/google-drive.png) no-repeat;
    position: relative;
    top: 2px;
}
.googlepickercss {
    padding: 6px;
    background-color: #00a745;
    background-image: aqua;
    color: #f7f7f7;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}
.googledrivecustom {
    color: #5D5D5D;
    background-color: #fff;
    border: 1px solid #ADADAD;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 18px 10px;
}
.hmg-jb-btn-google-drive, .hmg-jb-btn-google-drive:active, .hmg-jb-btn-google-drive.active {
    background-image: url(../img/google-drive.png);
    background-position: 6px center;
    background-repeat: no-repeat;
}
.hmg-jb-btn-google-drive {
    font-size: 11px;
    font-weight: 600;
    color: #636363 !important;
    padding: 2px 7px 2px 28px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    line-height: 16px;
}