#section-side-contact {
    position: fixed;
    width: 80%;
    /*height: 300px;*/
    top: 150px;
    background: #f9f9f9;
    color: #565555;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 10021;
    transition: all 1s;
}

#section-side-market {
    position: fixed;
    width: 60%;
    /*height: 300px;*/
    top: 200px;
    background: #f9f9f9;
    color: #565555;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 10021;
    transition: all 1s;
}

#section-side-weather {
    position: fixed;
    width: 30%;
    /*height: 300px;*/
    top: 250px;
    background: #f9f9f9;
    color: #565555;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 10021;
    transition: all 1s;
}

#section-side-news {
    position: fixed;
    width: 50%;
    /*height: 300px;*/
    top: 300px;
    background: #f9f9f9;
    color: #565555;
    border: 1px solid #ccc;
    border-radius: 2px;
    z-index: 10021;
    transition: all 1s;
}

.color-panel .color-wrap {
    overflow: hidden;
    margin: auto;
    margin-top: 22px;
    width: 90%;
}

.panel-open-contact { 
    left: -2px;
}

.panel-close-contact {
    left: -80%;
}

.panel-open-market { 
    left: -2px;
}

.panel-close-market {
    left: -60%;
}

.panel-open-weather { 
    left: -2px;
}

.panel-close-weather {
    left: -30%;
}

.panel-open-news { 
    left: -2px;
}

.panel-close-news {
    left: -50%;
}

.color-panel h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px solid #ccc;
margin-bottom: 15px;
}

.panel-ticker-contact {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    height: 48px;
    width: 55px;
    top: 38px;
    right: -55px;
    background: #f9f9f9;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-ticker-market {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    height: 48px;
    width: 55px;
    top: 38px;
    right: -55px;
    background: #f9f9f9;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-ticker-weather {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    height: 48px;
    width: 55px;
    top: 38px;
    right: -55px;
    background: #f9f9f9;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel-ticker-news {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    height: 48px;
    width: 55px;
    top: 38px;
    right: -55px;
    background: #f9f9f9;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pallet-row {
    float:left;
    width: 100%;
    display:block;
    margin-bottom: 14px;
}

.pallet-row .color-pallet {
    display: inline-block;
    float: left;
    height: 20px;
    width: 44px;
    margin-right: 10px;
}

.pallet-row .color-pallet:last-child {
    margin-right: 0;
}