.ip-block-outer{
    box-sizing: border-box;
    actualWidth: 540;
    actualHeight: 485;
}
.ip-look-up-home {
    background: #fff;
    border-radius: 5px;
    padding: 12px 0 12px 16px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 2px 2px rgba(54,71,108,.15)
}

.ip-look-up-home input {
    border: 0;
    background: url(../images/elements/logo-icon.png) 0 center no-repeat;
    background-size: 25px;
    color: #444;
    padding: 0 75px 0 40px;
    outline: 0;
    width: 100%
}

.ip-look-up-home .search-button {
    position: absolute;
    background: #e9ecf0;
    text-align: center;
    right: 8px;
    border-radius: 4px;
    width: 60px;
    height: 36px;
    top: 50%;
    transform: translate(0,-50%)
}

.look-ip-details {
    background: #363e4e;
    position: relative;
    padding: 10px 20px;
    height: 365px;
    overflow-y: auto;
    border-radius: 5px;
    list-style: none;
    margin: 0
}

.look-ip-details li {
    font-size: 13px;
    line-height: 21px;
    color: #dedede;
    word-break: break-all
}

.look-ip-details li.flag {
    position: absolute;
    right: 20px
}

.look-ip-details li .String:before {
    background-image: url(../images/elements/json-str.svg)
}

.look-ip-details li .Array:before {
    background-image: url(../images/elements/json-array.svg)
}

.look-ip-details li .Float:before {
    background-image: url(../images/elements/json-int.svg)
}

.look-ip-details li .Boolean:before {
    background-image: url(../images/elements/json-bool.svg)
}

.look-ip-details li .String .value {
    color: #ff9d9d
}

.look-ip-details li .Array .value {
    color: #b1b1b1
}

.look-ip-details li .Float .value,.look-ip-details li .Boolean .value {
    color: #a6cc8d
}

.look-ip-details li .innerArr {
    margin-left: 25px
}

.demo-examples {
    padding: 10px 0
}

.demo-examples ul {
    margin: 0;
    margin: 0
}

.float-left {
    float: left!important
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.footer__logo {
    height: 150px
}

.look-ip-details li div:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    background-position: 0 0;
    background-repeat: no-repeat
}

.look-ip-details li {
    font-size: 12px;
    line-height: 21px;
    color: #dedede;
    word-break: break-all;
    letter-spacing: .15em;
    font-weight: 400
}

.ip-look-up-home .search-button:before {
    content: '';
    background: url(../images/elements/search.svg) center no-repeat;
    background-size: 18px;
    height: 100%;
    width: 18px;
    display: inline-block
}

.ip-look-up-home .search-button:hover {
    background-color: #dde2e8;
    cursor: pointer
}

.demo-examples ul li span,.demo-examples ul li a {
    font-weight: 400;
    box-shadow: 0 2px 2px rgba(54,71,108,.15);
    font-size: 12px;
    color: #757575;
    background: #e9ecf0;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer
}

.demo-examples ul li span:hover,.demo-examples ul li a:hover {
    background-color: #dde2e8
}

.demo-examples ul li {
    display: inline-block;
    font-size: 12px;
    color: #868686;
    font-weight: 400;
    margin-right: 10px
}

.js-json__block {
    margin-top: 35px
}

@media (min-width: 992px) {
    .js-json__block {
        margin-top:0
    }
}
