/*Xeno*/
.xeno h1 {
    color:mediumblue
}
.xeno .description {
    color: white;
    font-style:italic;
}
.xeno .colors {
    box-sizing: border-box;
    display:inline-block;
    height:100px;
    width:100px;
}
.xeno .colors .bodycolor {
    position:relative;
    bottom:35px;
    left:70px;
    background-color: #1e3184;
    color:white;
}
.xeno .colors .eyecolor {
    position:relative;
    bottom:360px;
    left:475px;
    background-color: #d21717;
    color:white;
}
.xeno .colors .manegradient {
    position:relative;
    bottom:480px;
    right:20px;
    /*cssgradient.io*/
    background: rgb(23,54,255);
    background: linear-gradient(180deg, rgba(23,54,255,1) 0%, rgba(9,9,121,1) 70%, rgba(10,20,89,1) 100%);
    color:white;
}
.xeno .cutiemark {
    color:white;
}
.xeno .otherimgs {
    position: relative;
    width: 750px;
    border: 3px solid #0b4ac0;
    padding: 8px;
    background-color: darkcyan;
}
/*Starpool*/
.starpool h1 {
    color:aqua
}
.starpoolcat h1 {
    color:aqua
}
.starpool .description {
    color: white;
    font-style:italic;
}
.starpoolcat .description {
    color: white;
    font-style:italic;
}
.starpool .colors {
    box-sizing: border-box;
    display:inline-block;
    height:100px;
    width:100px;
}
.starpoolcat .colors {
    box-sizing: border-box;
    display:inline-block;
    height:100px;
    width:100px;
}
.starpool .colors .bodycolor {
    position:relative;
    bottom:315px;
    left:15px;
    background-color: #424242;
    color:white;
}
.starpool .colors .eyecolor {
    position:relative;
    bottom:450px;
    left:500px;
    background-color: #00ffd2;
    color:black;
}
.starpool .colors .manecolors {
    position:relative;
    bottom:375px;
    left:100px;
    /*background-color: #212121;*/
    /*cssgradient.io*/
    background: rgb(0,255,210);
    background: linear-gradient(180deg, rgba(0,255,210,1) 0%, rgba(33,33,33,1) 100%);
    color:white;
}
.starpoolcat .colors .furcolors {
    position:relative;
    /*bottom:240px;*/
    top:220px;
    left:500px;
    /*background: #212121;*/
    color:white;
}
.starpoolcat .colors .furcolors .color1{
    /* position:relative;
    right:450px; */
    background:#212121
}
.starpoolcat .colors .furcolors .color2{
    background:#272727
}
.starpoolcat .colors .furcolors .color3{
    background:#313131
}
.starpoolcat .colors .furcolors .color4{
    background:#424242
}
.starpoolcat .colors .furcolors .color5{
    background:#5f5f5f
}
.starpoolcat .colors .tailhilite {
    position:relative;
    top:30px;
    left:700px;
    /*cssgradient.io*/
    background: rgb(33,33,33);
    background: linear-gradient(270deg, rgba(33,33,33,1) 0%, rgba(78,108,103,1) 42%, rgba(0,255,210,1) 100%); 
    color:white;
}
.starpoolcat .colors .facemarks {
    position:relative;
    bottom:435px;
    left:110px;
    background-color: #00ffd2;
    color:black;
}
.starpool .cutiemark {
    color:white;
}
