.cntnd_gallery-input {
	width: 80%;
    padding: 5px;
}
.cntnd_gallery-button {
    width: auto;
    display: inline-block;
    padding: 2px 4px;
	font-size: 10px;
	color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #e6e6e6;
    -webkit-box-shadow: 0 4px 0 0 #adadad !important;
    -moz-box-shadow: 0 4px 0 0 #adadad !important;
    box-shadow: 0 4px 0 0 #adadad !important;
    transition: 0.1s;
}