#widget260, #widget220, #widget170 {
    margin:0 auto;
    border: #CCC 1px solid;
    background-color: white;
}

#widget260 {
    max-width: 258px;
    min-height: 228px;
}

#widget220 {
    max-width:218px;
    min-height: 188px;
}

#widget170 {
    max-width:168px;
    min-height: 138px;
}

.widget-header {
    background-color: #1c6a86;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 2px 10px;
}

.widget-body {
    text-align: left;
    font-size: .8em;
    padding: 3px 6px 3px 2px;
}

.widget-input-search {
    padding: 0;
    margin: 0 4px;
    box-sizing: border-box;
}

.widget-form-input {
    width: 100%;
    margin: 5px 0 5px;
    padding: 0;
    height: 20px;
    font-size: 1.12em;
}

.widget-sm-input {
    height: 18px;
    font-size: .85em;
}

.widget-input-label {
    font-weight: bold;
    font-size: .9em;
}

/* css for locator widgets main page */
.widgetCodeBorder {
    border: 1px solid #000;
    padding: 2px;
    overflow: hidden;
}

.widget-div260, .widget-div220, .widget-div170 {
    width: 100%;
    overflow: hidden;
}

.widget-div260 {
    min-height: 270px;
}

.widget-div220 {
    min-height: 220px;
}

.widget-div170 {
    min-height: 150px;
}

.widget-highlight {
    background: #EEE8AA;
}

.widget-word-break {
    word-break: break-all
}

@media only screen and (max-width: 780px) {
    .widget-div260 {
        min-height: 320px;
    }

    .widget-div220 {
        min-height: 280px;
    }

    .widget-div170 {
        min-height: 150px;
    }
}

@media only screen and (max-width: 535px) {
    .widget-div260 {
        min-height: 400px;
    }
}

@media only screen and (max-width: 480px) {
    .widget-div260 {
        min-height: 280px;
    }

    .widget-div220 {
        min-height: 230px;
    }

    .widget-div170 {
        min-height: 150px;
    }

    .widget-header {
        background-color: #1c6a86;
        color: #fff;
        font-size: 1em;
        text-align: center;
        padding: 2px 10px;
    }
}

@media only screen and (max-width: 270px) {
    .widget-div260 {
        min-height: 330px;
    }

    .widget-div220 {
        min-height: 240px;
    }

    .widget-header {
        background-color: #1c6a86;
        color: #fff;
        font-size: 1em;
        text-align: center;
        padding: 2px 10px;
    }
}