﻿/*-- Encoding ---*/
@charset "utf-8";

@media only screen and (min-width: 641px) {

.info-popover {
    width: 400px;
    top: 0.5em;
    left: auto;
    overflow-y: auto;

}

input, select {
    width: 99%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.4 !important;
    border-radius: 5px;
}





.placetitle-container {
    clear: both;
}


}
/*end of the media query*/
