body,html {
    text-align: center;
    font-size: large;
}

form {display: -webkit-inline-box;}

.search-iam {font-family: sans-serif; font-size:22px;}


.iam-search-input, .iam-search-input-battery {
    display: inline-flex;
    border-radius: 5px;
    border: 2px solid;
    border-color: #9E9999;
    border-color: rgba(158,153,153,0.45);
    color: #d9400b; /* red; */
    margin-left: 19px;
    margin-top: 2px;
    position: relative;
    float: right;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    background-color: #73DCA0; /* #2ecc71; */
    padding: 0px 15px 0px 15px;
    height: 50px;
    /* font-size: large; */
    -webkit-box-shadow: 0 2px 0 #ccc,0 -1px #2ecc71 inset;
    -moz-box-shadow: 0 2px 0 #ccc,0 -1px #2ecc71 inset;
    box-shadow: 0 2px 0 #ccc,0 -1px #2ecc71 inset;
}

@media only screen and (max-width: 640px) { .iam-search-input {float: initial; margin-top: 5px;}}

@media only screen and (max-width: 1224px) { .iam-search-input-battery {float: initial; margin-top: 5px;}}

.iam-message {
    /* position: absolute;
    top: 195px;
    margin-left: 33%;
    top: 195px; */
    display: flex;
    justify-content: center;
  
  
  
}
.alert-info {
    background-color: #E4EAEC !important;
    border-color: #e9ecef;
}

.alert {
    margin-top: 72px;
    color: #34495e;
    /* padding: 30px 45px 16px 30px !important; */
    padding: 14px 45px 4px 30px !important;
    text-shadow: none;
    border: 2px solid #ebece8 !important;
    line-height: 1.53875em;
    border-radius: 6px;
    position: relative !important;
    top: -70px !important;
    margin-left: 15px;
    margin-right: 15px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    border-radius: 4px;
}

/* The CSS */
select {
    /* font-size: 18px; */
    font-size: 16px;
    padding: 15px;
    margin: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    -moz-box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    box-shadow: 0 2px 0 #ccc,0 -1px #fff inset;
    background: #FDFDFE; /*#f8f8f8; */
    color: #5f7285; /* #888;*/
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 1px solid #dadae5;
    background-color:#fff;
    background-image: -ms-linear-gradient(top, #fff, #f8f8fa);
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
}

select[name="demo5_____"] {
    max-width: 10px;
}

/* hover */
select:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}
#my-link:hover{transition:box-shadow .25s;box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px;
    }
}

label {
    position: relative;
}

label:after {
    content: '<>';
    font: 11px Consolas,monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

label:before {
    content: '';
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}