button {
    outline: none;
}

.colordata table td,
.colordata table th {
    padding: 0.5rem 0.5rem !important;
}


.content {
    background: #fff;
    padding: 15px;
    margin: 10px;
}

.content h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.content h3 {
    margin-bottom: 10px;
}

.colorinfo header {
    background: rgba(255, 255, 255, .7);
}

header h1 a,
header h1 a:hover {
    color: #000;
}

.colorinfo header h1 a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.colordata {}

.colorshades {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.colorshades .btn {
    border-radius: 0;
}

#picker {
    border-right: 50px solid #ff0000;
}

.index>.container {
    width: 100%;
    padding: 0;
}

.index .content {
    padding: 0;
}

.color-box {
    text-align: center;
    padding: 0;
}

.color-box label {
    display: none;
}



.btn-color {
    height: 100px;
    border: none;
    border-radius: 0;
    width: 100%;

}

.color-box .btn-color {
    height: 200px;
    width: 100%;
    border: none;
}

.color-shade {
    padding: 0;
    text-align: center;
}

.color-shade .btn-color {
    height: 100px;
    border: none;
}

.cbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    border: 1px solid white;
    box-shadow: 0 0 4px 1px #ccc;
}

.pcview {
    height: 250px;
}

.pcview1 {
    background-color: #eee;
}

.pcview2 {
    background-color: #ddd;
}

.pcview3 {
    background-color: #ccc;
}

.pcview4 {
    background-color: #bbb;
}

.pcview5 {
    background-color: #aaa;
}

.pcview6 {
    background-color: #999;
}

.pcolval {
    background: none;
    border: none;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    font-size: 18px;
    text-align: center;
}

.palettes {
    margin-bottom: 15px;
}

.palettes span {
    height: 75px;
}

.palettes .btn {
    border-radius: 0;
}

.palette {
    margin-bottom: 25px;
}

.palette span {
    height: 282px;
}