html, body {
    margin:0px;
   
}
body{ 
    display:flex; 
    flex-direction:column; 
    min-height: 100vh;
}
#content {
    flex:1;
    clear:both;
    margin:0 auto;
    margin-top:50px;
    width:100%;
    max-width:1280px;

}
#search_input {
    height:28px;
    border: 1px solid #ccc;
}
#content_inner {
    padding:10px;
}
footer { 
    text-align: center;
    color:#ccc;
    line-height:50px;
    font-size:11px;
    min-height:50px; background:#222;
}
#content img {
    max-width: 100%;
    height: auto;
}

#chromaspot_logo {
    height:30px;
    margin:0px;
    padding:10px;
    padding-left:0px;
     z-index:1000;
   
}
#chromaspot_logo img {
    height:30px;
}

.clear{
    clear:both;
}
#popup_content {
    background:#fff;
    width:600px;
    padding-left:10px;
    padding-right:10px;
}
#download_button {
    text-align:center;
    margin:0 auto;
    display:block;
    border:none;
    cursor:pointer;
    padding:10px 15px;
    background:#006CFF;
    color:#fff;
    font-size:14px;
    margin-top:10px;
}
#download_button:hover{
    color:#fff;
    background:#666;
}
#popup_content label {
    display:block;
    clear:both;
}
#popup_content  .ui-multiselect {
    margin-bottom:10px;
}
#download_chromaspot{
    font-size:15px;
    color:#0070ff;
   font-weight:bold;
    border:none;
    line-height:30px;
    background:none;
    cursor:pointer;

    float:right; 
 
}
#download_chromaspot:hover {
    color:#666;
}
#download_chromaspot:after{
    content:'Download'
}