.cliche__Box {
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.cliche__BoxWrap {
    padding: 50px;
    position: relative;
    background: rgba(172, 220, 190, 0.5);
}

#error__Block {
    display: none;
    border: 1px solid red;
    padding: 1px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    color: red;
    top: 10px;
    width: 88%;
    text-align: center;
}
.center {
    text-align: center;
}

.cliche__BoxWrap textarea {
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    color: rgba(177, 177, 177, 0.94);
    margin-bottom: 30px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    outline: none;
    min-height: 200px;
    overflow: auto;
}

.cliche__Box h2 {
    font-size: 30px;
    color: #a5c4c7;
    text-align: center;
    position: relative;
    margin: 20px auto 40px;
}

.cliche__Box h2:after {
    content: "";
    position: absolute;
    background: #a5c4c7;
    height: 1px;
    width: 80%;
    bottom: -2px;
    left: 10%;
}

.cliche__Box h2:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: 200px;
    bottom: -2px;
    margin-left: -100px;
    left: 50%;
    z-index: 1;
}

.cliche__Result {
    display: none;
    font-size: 20px;
    color: #a5c4c7;
}

.cliche__Result span {
    font-size: 32px;
    margin-right: 0;
}

.cliche__Result p {
    display: inline-block !important;
    padding: 0;
    margin: 0 10px !important;
    color: #536768;
}

#clicheFind, .fileupload  {
    background: #d89293;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 190px;
    display: block;
    margin: auto;
    padding: 7px;
    line-height: 2;
    cursor: pointer;
    margin-top: 20px;
}

.cliche__Box h4.with {
    color: #9e6667;
    font-size: 20px;
    text-align: center;
}
.cliche__Box h4.without {
    color: #536768;
    font-size: 16px;
    text-align: center;
}

#clicheFind, .fileupload  {
    background: #d89293;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    width: 190px;
    display: block;
    margin: auto;
    padding: 7px;
    line-height: 2;
    cursor: pointer;
    margin-top: 20px;
}

#clicheFind:hover{
    background: #f3baba;
}


#fileStatus {
    word-wrap: break-word;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-top: 10px;
    color: rgba(177, 177, 177, 0.94);
}

.fileupload {
    background: #a5c4c7;
}

.fileupload.fileuploadActive:hover {
    background: #a5e1e8;
}

.fileupload.fileuploadActive:active {
    background: #8ec5c7;
    -webkit-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.5);
}

.fileupload.fileuploadAttached {
    background: #8ec5c7;
    -webkit-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -4px 2px 0px rgba(0,0,0,0.5);
}

#fileupload {
    display: none;
}

#cliche__Form {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #a5c4c7;
}

#cliches__Percent {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 20px auto;
    padding-top: 49px;
    text-align: center;
    line-height: normal;
    box-sizing: border-box;
}

#cliches__Percent p {
    color: #9e6667;
    font-size: 30px;
    margin: 0;
    padding: 6px;
}
p#percent  {
    font-size: 40px;
}

ul#cliches {
    margin-left: 22%;
    margin-bottom: 30px;
}

#cliches li {
    list-style-type: disc;
    color: #d89293;
    margin: 10px auto;
    position: relative;
}

.cliche__Box .banner {
    background: url(/wp-content/plugins/clicheChecker/inc/BANNER.png) no-repeat 50% 50%;
    background-size: cover;
    height: 230px;
    width: 540px;
    position: relative;
    margin: 0 -50px -49px -50px;
}
.cliche__Box .banner a {
    position: absolute;
    width: 144px;
    right: 27px;
    bottom: 21px;
    height: 49px;
    cursor: pointer;
    box-shadow: none;
}
.actionBtns {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    }
    
.cliche__Box .bannerMobile {
    display: none;
    width: 100px;
    background: #d89293;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    margin: auto;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 3px 0px rgba(0,0,0,0.5);
}
#fileuploadDel {
color: red;
    cursor: pointer;
    margin-left: 4px;
    }
@media screen and (max-width: 767px) {
    ul#cliches {
        margin-left: 0%;
    }
    .actionBtns{
       width: 100%
    }
    
    .cliche__Box .banner {
        display: none;
    }    
    .cliche__Box .bannerMobile {
        display: block;
    }
}