.messagestrip {
	z-index:10001;
border-top: 1px solid rgba(255,255,255,0.5);
border-bottom: 1px dotted rgba(255,255,255,0.5);
padding: 12px 56px 12px 14px;
text-align: center;
font-size: 13px;
margin: 12px 0 16px;
position: relative;
display: block;
clear: both;
box-sizing: border-box;
overflow: hidden;
}
.messagestrip > p{
    margin: 0 !important;
    padding: 0;
}
.messagestrip .cm-close{
    position: absolute !important;
    top: 50% !important;
    right: 10px !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    float: none !important;
    border: 1px solid rgba(0,0,0,0.22) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.78) !important;
    color: #111 !important;
    cursor: pointer !important;
    opacity: 1;
    line-height: 1;
    font-size: 20px !important;
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0,0,0,0.18);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease;
}
.messagestrip .cm-close:before,
.messagestrip .cm-close:after {
    content: none !important;
}
.messagestrip .cm-close:hover{
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.24);
}
.messagestrip .cm-close:focus{
    background: rgba(255,255,255,1) !important;
    box-shadow: 0 0 0 2px rgba(17,17,17,0.12), 0 2px 6px rgba(0,0,0,0.24);
    outline: none;
}
.messagestrip .cm-close:active{
    transform: translateY(-50%) scale(0.96) !important;
}
