/*
Dark Blue to darker blue
background: linear-gradient(to bottom, #354c69, #001734);
a link:
color: #e0e0e0;
background: linear-gradient(to bottom, #354c69, #002757);
a link:hover:
background: linear-gradient(to top, #00367a, #1a3a61);
color: #ffffff;
*/
/*
background: linear-gradient(to top, #dc4a4a, #ff5151);
*/

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Poppins', sans-serif;*/
}
/* Global Styles */
body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #0fadfe;
  position:relative;
  background: linear-gradient(to top, #0089df, #354c69);
  background: linear-gradient(to bottom, #354c69, #001734) no-repeat;
  background: #354c69;
  overflow-x: hidden; /* only a vertical scroll bar */
}
/*
body, header, section, .above_footer_columns{
    overflow:hidden;
}
*/

.above_footer_columns{
    overflow:hidden;
}
h1,h2,h3,h4,h5{
    color: #ed4247;
    margin-bottom: 20px;
}

a {
  text-decoration: none;
}
 
p a, a.download_link, body.cosmic_dna section a, body.home section a{
    text-decoration: underline;
}

.center{
    text-align:center;
}

ul {
  list-style: none;
}

.clear{
    clear:both;
}

/* Header */
header{
  width:100%;
  min-height:100px;
  border:0px gray solid;
  color:white;
  position:relative;
  padding-top:20px;
  background-1: #0fadfe;
  background: linear-gradient(to top, #0089df, #354c69);
}
header a{
    color:white;
}
header a.stars{
    background: url(../images/stars.png);
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
}

header #user-icons{
    background:#008ff2;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
header .logo{
    position:relative;
    float:left;
    margin-right:20px;
    margin-left: 25px;
    margin-top: -5px;
    width:180px;
}
header .logo .text-logo-image img{
  width:auto;
  height:45px;
}
header .text-logo{
    text-align:center;
    position:absolute;
    top:0px;
    left:67px;
}
header .text-logo-abbreviation{
    text-align:center;
    position:absolute;
    top:10px;
    left:30px;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


header ul li {
  display: inline-block; /* Display list items horizontally */
  margin-right: 10px; /* Add spacing between list items */
}
header nav{
    float:left;
    margin-left:10px;
}
header nav ul{
  margin:0;
  padding:0;
}
header nav li{
  margin:0;
  padding:0;
}
header nav a{
  width:auto;
  height:40px;
  border:0px gray solid;
  padding:10px;
  margin:2px;
  background: #0a7cb7;
  border-radius:5px;
  transition: background-color 0.3s ease-in-out; 
}
header nav a:hover{
  background: #0c93d8;
}










/* MENU icons - sub menu */

header .main_settings_icon, header .user_settings_icon{
    cursor:pointer;
    font-size: 16px;
}

header #account-sub-menu, header #login-sub-menu{
    display:none;
    width:300px;
    min-height:40px;
    background: #00aaf5;
    position:absolute;
    top:60px;
    right:0;
    border-radius: 10px 0 10px 10px;
}

header #account-sub-menu ul, header #login-sub-menu ul{
    border-left: 10px #0d72a6 solid;
    border-bottom: 10px #0d72a6 solid;
    border-radius: 10px 0 10px 10px;
}
header #account-sub-menu li, header #login-sub-menu li{
    height:50px;
    padding:10px;
    padding-left:20px;
    border-bottom:1px white solid;
    width:100%;
    background: #0c93d8;
    transition: background-color 0.3s ease-in-out; 
}
header #account-sub-menu li:hover, header #login-sub-menu li:hover{
    background: #0a7cb7;
    transition: background-color 0.3s ease-in-out; 
}





#mobile_menu .heading li{
    height:50px;
    margin-top:20px;
    background: #0a7cb7;
    transition: background-color 0.3s ease-in-out; 
}
#mobile_menu .heading li:hover{
    background: #0c93d8;
    transition: background-color 0.3s ease-in-out; 
}
#mobile_menu .heading a{
    color:black;
    background: #0c93d8;
}




/* Sub menu Icons */

/* font awesome icons */

.sub-menu i.fas{
    margin-right:20px;
}

header nav i.fas{
    margin-right:10px;
}

#user-icons i.fa-user{
    margin-right:10px;
}

#mobile_menu_wrap i.fas{
    margin-right:20px;
}





footer{
  position:relative;
  background: linear-gradient(to top, #fb363d, #ac1117);
  background: #fb363d;
  border-top:20px white solid;
  width:100%;
  min-height:100px;
  border:1px gray solid;
  color:white;
  padding-top:20px;
  padding-bottom:60px;
}

footer ul {
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
}

footer ul li {
  display: inline-block; /* Display list items horizontally */
  margin-right: 10px; /* Add spacing between list items */
}
footer .logo{
    float:right;
    margin-left:10px;
    position:relative;
    border: 0px gray solid;
    width:200px;
    min-height:60px;
}
footer .logo .text-logo{
    text-align:center;
  position:absolute;
  top:0;
  right:5px;
  border: 0px gray solid;
}
footer .logo .text-logo-image{
  position:absolute;
  top:15px;
  right:130px;
  border: 0px gray solid;
}
footer .logo .text-logo-image img{
  width:auto;
  height:20px;
}
footer nav{
    float:left;
    margin-left:10px;
}
footer nav ul{
  margin:0;
  padding:0;
}
footer nav li{
  margin:0;
  padding:0;
  line-height: 50px;
}
footer nav a{
  width:auto;
  height:40px;
  border:0px gray solid;
  padding:10px;
  margin:2px;
  background: #ef333a;
  border-radius:5px;
  transition: background-color 0.6s ease-in-out;   
}
footer nav a:hover{
  background: #dc2f35;
}
footer a{
  color:white;
}
footer .copyright{
  color:white;
  text-align:center;
  border:1px #fb363d solid; /* keeps the height of the footer copyright */
}






.seperator_page_bottom{
    border-radius: 0 0 0 10px;
    border-bottom: 2px solid gray;

    width:100%;
    height:40px;
    margin-top:25px;
    margin-bottom:25px;

    background: #ccc;
    background: linear-gradient(to bottom, #fefefe, #fafafa, #e7e7e7, #ababab)
}
.seperator_page_top{
    border-radius: 10px 0 0 0;
    border-top: 2px solid gray;

    width:100%;
    height:40px;
    margin-top:25px;
    margin-bottom:25px;

    background: #ccc;
    background:linear-gradient(to top, #fefefe, #fafafa, #e7e7e7, #ababab)
}







.content_width_50{
    width:50%;
    margin:0 auto;
}
.content_width_60{
    width:60%;
    margin:0 auto;
}
.content_width_70{
    width:70%;
    margin:0 auto;
}
.content_width_80{
    width:80%;
    margin:0 auto;
}
.content_width_90{
    width:90%;
    margin:0 auto;
}





section{
  min-height:100px;
  border:0px gray solid;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
  box-shadow: rgba(255, 255, 255, 1) 0px 0px 20px, rgba(255, 255, 255, 1) 0px 0px 20px;
}

section .content{
    margin:20px;
    padding:20px;
}

.sub-section{
    margin-bottom:100px;
    border:0px gray solid;
}
body.home .sub-section{
    margin-bottom:20px;
}
body.celebrities .sub-section{
    margin-bottom:40px;
}





/* ------------------------------- */

    header{
        display:block;
    }
    #mobile_menu_outer_wrap {
        display:none;
        width: 100%;
    }
    #mobile_menu_wrap{
        position:relative;
        display:flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        width:100%;
        min-height:200px;
        border:0px gray solid;
        background: rgba(0,0,0,.8);
        background: #09689a;
        border-bottom:40px rgba(0,0,0,.6) solid;
        border-top:10px rgba(0,0,0,.6) solid;
    }
    #mobile_logo_wrap{ /* lighter red #dc4a4a, bright red #ff5151, redish pink #ee6e73, dark red #c73b3b */
        background: linear-gradient(to top, #344d6b, #0287db);
        width: 100%;
        display:block;
        min-height: 60px;
    }
    a.site_info_link_mobile{
        color:white;
    }
    #mobile_logo{
        border: 0px gray solid;
        float: left;
        margin-right: 10px;
        margin-top: 15px;
        margin-left: 10px;
    }
    #mobile_logo img{
        width: 50px;
        height: auto;
        margin-top: 4px;
    }
    #mobile_site_text{
        color:white;
        float: left;
        margin-top: 4px;
        margin-left: 10px;
        font-size: 30px;
    }
    #mobile_site_text a{
        text-decoration:none;
        font-weight:bold;
        font-size: 20px;
    }
    .mobile_menu_icon{
        border:0px gray solid;
        height:60px;
        width:15%;
        text-align:left;
        padding-top:10px;
        padding-left:25px;
        margin-bottom:0px;
        float: left;
    }
    #mobile_menu{
        border:0px gray solid;
        width:100%;
        min-height:200px;
        margin-bottom: 50px;
    }
    #mobile_menu a{
        font-size: 24px;
        display: block;
        padding: 10px 10px 10px 40px;
        border-top: 1px black solid;
        margin-top: 2px;
        color:white;
        background: #0a7cb7;
        font-weight:600;
        text-decoration:none;
    }
    #mobile_menu .active a{
        background: #344d6b;
        color:white;
    }
    #mobile_menu a:hover{
        background: #0c93d8;
        color:white;
        font-weight:600;
    }

/* ------------------------------- */

    .menu_icon_container {
      display: inline-block;
      cursor: pointer;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #000;
      margin: 6px 0;
      transition: 0.4s;
    }

    /* Rotate first bar */
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }

    /* Fade out the second bar */
    .change .bar2 {opacity: 0;}

    /* Rotate last bar */
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }

/* ------------------------------- */











.celebrity-group{
    width:95%;
    margin:0 auto;
}
.celebrity{
    border:1px gray solid;
    margin:30px 0px;
    position:relative;
    padding: 20px;
    border-radius:10px;

}
.celebrity img{
    width:200px;
    height:auto;
    border-radius:10px;
}


/* EBOOK */
body.ebook .pages img{
    width:200px;
    height:auto;
    position:relative;
}
body.ebook .page{
    float:left;
    margin-right:10px;
}
body.ebook .first_image img{
    width:97%;
    height:auto;
}

img.first_page_image{
    width:100%;
    height:auto;
}











.above_footer_columns{
    width:100%;
    position:relative;
}
.above_footer_columns h1, .above_footer_columns h2, .above_footer_columns h3, .above_footer_columns h4, .above_footer_columns p{
    color:white;
}
.above_footer_columns #left{
    width:58%;
    float:left;
}
.above_footer_columns #right{
    width:38%;
    float:right;
}


.comment-section {
    width: 80%;
    margin: auto;
    border: 0px solid #ccc;
    padding: 20px;
    color:white;
}
.comment-section h1, .comment-section h2, .comment-section h3 {
    color:white;
}

.comment-form {
    border: 0px solid #ccc;
    padding: 0px;
    margin-bottom: 20px;
    display:none;
}


.comment_name, .comment_email{
    width: 47%;
    background-color: #09365c;
    color:white;
}
.comment_name::placeholder, .comment_email::placeholder{
    color: #bbb;
}

.comment_name{
    margin-right:2%;
}
.comment_email{
    margin-left:2%;
}


.comment_message{
    width: 97%;
    margin-left:1%;
    height:160px;
    color: gray;
    border-radius:0;
}
.comment_message::placeholder{
    color: gray;
}

.comment_button{
    background: #09365c;
}

button.comment_button, input[type="submit"].comment_button{
    background-color: #09365c;
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, .5);
}
button.comment_button:hover, input[type="submit"].comment_button:hover{
    background-color: #004783;
}

.comment_odd, .comment_even {
    background-image: url(../images/comments/comment_quote_box_background.png);
    background-color: rgba(34, 47, 73, .7);
    border-top: 1px #525252 solid;
    border-bottom: 3px #3c3c3c solid;
    color: white;
    padding: 0 10px;
    margin: 10px;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.comment_even {
    background-color: rgba(21, 29, 45, .7);
    border-top: 1px #434343 solid;
    border-bottom: 3px #2c2c2c solid;
    border-radius: 10px;
    border-top-right-radius: 0;
}

.comment_odd p, .comment_even p{
    margin: 20px 0px 20px 0px;
    line-height: 16px;
    font-size: 14px;
}


.comment-form form{
    background-color: #354c69;
}

.click_here_to_comment{
    display:block;
    cursor:pointer;
}




/* FORM MESSAGE */

.response-output{
    font-size:30px;
    text-align: center;
    margin-bottom: 40px;
    margin-top:30px;
}


/* FORM MESSAGE */

.form_message{
    border:1px gray solid;
    border-radius:10px;
    padding:20px;
    margin-top:50px;
    margin-bottom:50px;
}




/* COSMIC SUMMARY */

.cosmic_summary_wrap{
    width:100%;
    overflow:hidden;
}

#cosmic_summary {
	width: 625px;
	height: 100px;
	background-image:url('../images/cosmic_summary/cosmic-summary-header_blank_guy.jpg');
	text-align: left;
}

#cosmic_summary.guy {
	background-image:url('../images/cosmic_summary/cosmic-summary-header_blank_guy.jpg');
}
#cosmic_summary.girl {
	background-image:url('../images/cosmic_summary/cosmic-summary-header_blank_girl.jpg');
}
#cosmic_summary.combined {
	background-image:url('../images/cosmic_summary/cosmic-summary-composite-header_blank.jpg');
}



#s_w1{ width:13px;float:left;height:100px; }

#s_col_pic{ width:59px;float:left;}
#s_h1 { height:21px; }
.s_pic{ border-style:none;border-width:1px;border-color:white;height:65px;width:57px; }

#s_w2{ width:38px;float:left;height:100px; }

#s_col_info{ width:215px;float:left;}
#s_h2 { height:13px; }
.s_info_line { height: 16.8px; margin-top: -2px; }
.s_info { font-size:9px; font-family: arial, sans-serif; color:black; }

#s_w3{ width:33px;float:left;height:100px; }

#s_col_planets1{ width:70px;float:left;}
#s_h3 { height:8px; }
.s_planets_line { height: 19.5px; line-height: 6px; margin-top: 1px; }
.s_sign { font-size:8px; font-family: arial, sans-serif; color:black; }
.s_cusp { font-size:8px; font-family: arial, sans-serif; color:#707070;}

#s_w4{ width:22px;float:left;height:100px; }

#s_col_planets2{ width:70px;float:left;}

#s_w5{ width:23px;float:left;height:100px; }

#s_col_planets3{ width:64px;float:left;}

#s_w6{ width:15px;float:left;height:100px; }















.celebrity_image{
    width:100px;
    height:auto;
}

.planet{
    border:1px gray solid;
    width: 100%;
    padding:10px;
    margin:10px;
    border-radius:10px;
}
.themes{
    display:inline-block;
    width: auto;
    padding:10px;
    margin:10px;
    border-radius:10px;
    background:red;
    color:white;
    border:0px white solid;
}
.themes:hover{
    background:#1e679e;
    color:white;
}
.themes.selected{
    background:red;
    color:white;
}
.themes.selected{
    border:4px #aaa solid;
}
.interpretation{
    position:relative;
    border:1px gray solid;
    border-radius:5px;
    overflow: hidden;
    padding:30px;
    width:95%;
    margin:15px auto;
    
}


.interpretation h3{
    border:1px white solid;
}
.interpretation p{
    border:1px white solid;
}
.sign_name{
    color:#ccc;
    border:1px white solid;
}


.mouseover_a_hover_sm{
    width: 94px;
    height: 78px;
    opacity:70%;
}
.mouseover_a_hover_sm:hover{
    opacity:100%;
}

.under-content-button-layout{
    width:95%;
    margin:0 auto;
    overflow:hidden;
    border:0px gray solid;
}


.report_group{
    width:100%;
    margin-bottom:20px;
    border:0px gray solid;
    clear:both;
    overflow:hidden;
}

.report_group div{
    float: left;
    
}
.report_group div img{
    margin-top:20px;
    
}
img.spread-the-word{
    width:100%;
    height:auto;
    margin: 50px auto;
}



.clear{
    clear:both;
}
.content_wrap_max{
    max-width:650px;
    margin:0 auto;
    
    overflow: visible; /* hidden */
    /*white-space: nowrap;
    text-overflow: ellipsis;*/
}






body.home .main_img {
    display: block;
    width: 350px;
    height: 250px;
    background: url(../images/cosmic_dna_pic.jpg) bottom;
    text-indent: -99999px;
    float: left;
    margin-top: 0px;
    margin-bottom:-10px;
    margin-right: 10px;
    opacity:80%;
}
body.home .main_img:hover{
    opacity:100%;
}

.line {
    border: 0;
    color: #9E9E9E;
    background-color: #d6d6d6;
    height: 1px;
    width: 90%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
p{
    line-height: 170%;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #363636;
    text-align: justify;
}
form p{
    text-align: left;
}
p.first:first-letter {
    font-size: 300%;
    font-weight: 500;
    float: left;
    width: 50px;
    color: gray;
    margin-top: 15px;
}

.flash_intro_box {
    width: 625px;
    height: 110px;
    background-image: url(../images/flash-intro/background_flash_intro.gif);
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-top:20px;
}
.dark-gray{
    padding: 0px 30px 5px 0px;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 2.2em;
    color:#444;
}





form.cosmic_dna{
    background: url(../images/form/cosmic_dna_chick2.jpg) no-repeat;
    background: url(../images/form/beautiful_woman_smiling_laptop_on_bed.png) no-repeat;
    background: url(../images/form/white-bed-woman-smiling.jpg) no-repeat;
    background-size: 700px;
    width:100%;
    min-height:280px;
    max-width:unset;
    padding-left:200px;
    overflow: hidden;
    /*box-shadow: inset 0 0 0 2000px rgba(255, 0, 150, 0.3);
    box-shadow: inset 0 0 0 2000px rgb(0 100 255 / 30%);
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 50%);*/
}


.cosmic-dna-small-header{
    margin-top:0px;
    margin-left:-185px;
}
.cosmic-dna-links-wrap{
    text-align:center;
    margin-bottom: 20px;
}
.cosmic-dna-link-at-top-left{
    font-size:11px;
    margin-right:50px;
    margin-left:-80px;
}
.cosmic-dna-link-at-top-right{
    font-size:11px;
}



.line_with_2{
    position:relative;
    width:100%;
}

.leftpic {
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    border: none;
}

.rightpic {
    margin-left: 20px;
    margin-top: 10px;
    float: right;
    border: none;
}

.seperator {
    border: 0;
    color: #9E9E9E;
    background-color: #d6d6d6;
    height: 80px;
    width: 640px;
    text-align: center;
    background: url(../images/between_divs.gif) no-repeat left center;
    margin-left: -15px;
    margin-bottom: -5px;
    margin-top: 5px;
}



.placeholder::placeholder{
    color: #ddd;
}



/* Celebrities.php */
.categories{
    border:0px gray solid;
    border-radius:10px;
    background: #547093;
    padding:20px;
    /*background: linear-gradient(to top, #0089df, #354c69);
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 20%);*/
    background: #547093 url(../images/fireworks/fireworks_finale.jpg) left;
    box-shadow: inset 0 0 0 2000px rgb(97 130 168 / 86%);
}
.sub-section.celebrities-list{
    background:#c4c4c4;
    padding: 15px;
    border-radius: 10px;
}


a.category_name{
    float:left;
    border:0px gray solid;
    border-radius:10px;
    padding:15px;
    margin:5px;
    background: #39618e; /* lighter #b2b2b2; darker #a1a1a1 */
    color:#ddd;
    font-size:16px;
    transition: background-color 0.3s ease-in-out;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
}
a.category_name:hover{
    background: #2f5178;
    color:white;
}
a.category_name.selected{
    background: red;
    color:white;
}

.position_relative{
    position:relative;
}

.categories-container {
  position: relative;
  background-color: #f9f9f9;
  height: 300px;
  overflow: hidden;
  transition: height 0.3s ease;
  background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 1) 70%);
}

.category-list {
  padding: 10px;
  margin: 0;
}

.expand-button {
  width: 50%;
  margin:0 auto;
  padding: 10px;
  text-align: center;
  background-color: #547093;
  position:absolute;
  bottom:0px;
  left:25%;
  z-index:999;
}

.categories-container.expanded {
  height: auto;
}

.gradient_bottom {
  width: 100%;
  height:150px;
  border: 0px gray solid;
  margin:0 auto;
  padding: 10px;
  background-color: #547093;
  position:absolute;
  bottom:0px;
  left:0;
  z-index:999;
  /*background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.8), rgba(255,255,255,1));
  background: linear-gradient(to bottom, rgb(80 122 161 / 0%), rgb(72 119 147 / 80%), rgb(71 117 155));
  background: linear-gradient(to bottom, rgb(176 176 176 / 0%), rgb(171 171 171 / 80%), rgb(177 177 177));*/
  background: linear-gradient(to bottom, rgb(203 203 203 / 0%), rgb(192 192 192 / 80%), rgb(194 194 194));
}






.one_person{
    background:#b2b2b2;
    overflow: hidden;
    width:48%;
    height: 67px;
    float:left;
    position:relative;
    border-radius: 10px;
    margin:5px;
    padding:10px;
    transition: background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    transition: font-weight 0.3s ease-in-out;
    /* box-shadow: rgba(0, 0, 0, .3) 0px 0px 20px; */
    
    /* stop a line from wrapping, so it gets cut off to the right of the element */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.one_person:hover{
    background:#a1a1a1;
}

.one_person img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.one_person .name{
    width: 78%;
    height: 22px;
    position:absolute;
    top:8px;
    left:70px;
    color:black;
    font-size:16px;
    font-weight:bold;
}
.one_person .category{
    width: 78%;
    height: 22px;
    position:absolute;
    top:26px;
    left:70px;
    color:#515151;
    font-size:12px;
    font-weight:normal;
}
.one_person .month_word_and_day{
    width: 78%;
    height: 22px;
    position:absolute;
    top:40px;
    left:70px;
    color:#787878;
    font-size:12px;
    font-weight:normal;
}





/* Art */

.showing_all_art .all_images {
  display: inline-block;
  position: relative;
}

.showing_all_art .hover_image {
  position: absolute;
  display: none;
  pointer-events: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
  z-index: 999;
}

.showing_all_art .hover_image img {
  max-width: 100%;
  height: auto;
}



.showing_1_art_piece img {
	border: none;
	width:100%;
	height:auto;
}
.showing_1_art_piece #thumbnail img {
	cursor: pointer;	
}
.showing_1_art_piece #large {
	display: none;
	position: absolute;	
	color: #FFFFFF;
	background: #333333;	
	padding: 5px;
}




/* LOVE LABS PAGE */

body.love_labs .cosmic-dna-links-wrap, body.love_labs .cosmic-dna-small-header{
    display:none;
}
body.love_labs form.cosmic_dna{
    padding-top:25px;
}








/* Personal Private Cosmic DNA BANK */

#notes_show_bigger_btn{
  float:right;
  margin-top:-40px;
  margin-right:-10px;
  background-color:#dddddd;
  padding:5px;
}
#notes_show_bigger_btn:hover{
  background-color:gray;
  color:white;
}

.mini_text_line{
  line-height:9px;
  margin-top:6px;
  border:0px blue dashed;
  height:20px;
  font-size:8px;
}

.sun_sign_text{
  color:#ae0005;
  font-weight:bold;
}
.sun_cusp_sign_text{
  color:black;
  font-weight:normal;
}
.moon_sign_text{
  color:#393939;
  font-weight:bold;
}
.moon_cusp_sign_text{
  color:#525252;
  font-weight:normal;
}

.main_pdna_button{
  background-color:#e1e1e1;
  font-weight:normal;
  border-bottom:1px #787878 solid;
  float:left;
  width:48px;
  height:22px;
  font-size:10px;
  color:#747474;
  height: 21px;
    width: 121px;
}
.main_pdna_button.edit{
  width:48px;
  height:22px;
}
.main_pdna_button:hover{
  background-color:white;
  border-bottom:1px black solid;
}
.main_pdna_button_image{
  float:left;
  width:40px;
  text-align:center;
}
.main_pdna_button_description{
  float:left;
  width:70px;
  margin-left:5px;
  margin-top:3px;
}


.friend_box_photo{
    border-radius:5px;
    border:0px grey solid;
    margin-left:3px;
}

.friend_div_pdna_female{
  float:left;
  display: block;
  width: 310px;
  height: 137px;
  margin-left:-20px;
  margin-right:15px;
  background: url(../images/account_screen/_pdna_person_box_female.png);
}
.friend_div_pdna_male{
  float:left;
  display: block;
  width: 310px;
  height: 137px;
  margin-left:-20px;
  margin-right:15px;
  background: url(../images/account_screen/_pdna_person_box_male.png);
}


.planet_sign_div_with_cusp_bar_female{
  float:left;
  display: block;
  width: 241px;
  height: 78px;
  margin-left:0px;
  margin-right:15px;
  background: url(../images/planet_and_signs_box/planet_sign_box_female.png);
}
.planet_sign_div_with_cusp_bar_male{
  float:left;
  display: block;
  width: 241px;
  height: 78px;
  margin-left:0px;
  margin-right:15px;
  background: url(../images/planet_and_signs_box/planet_sign_box_male.png);
}


.sign_bar{
	background: url(../images/account_screen/_pdna_sign_box.png);
  margin-top:15px;
  margin-left:15px;
  width:550px;
  height:45px;
  padding:6px;
  margin-bottom:5px;
}

.pdna_sign_bar_up{
  background: url(../images/account_screen/_pdna_sign_box__up_down.png);
  width:22px;
  height:20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
.pdna_sign_bar_up:hover{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
}

.pdna_sign_bar_down{
  background: url(../images/account_screen/_pdna_sign_box__up_down.png);
  width:22px;
  height:20px;
  background-position: -23px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
.pdna_sign_bar_down:hover{
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
}


.edit_hover {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/edit.png) bottom;
        filter:alpha(opacity=40);
        -moz-opacity:0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
}
.delete_hover {
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/cross.png') bottom;
        filter:alpha(opacity=40);
        -moz-opacity:0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
}

.edit_hover:hover, .delete_hover:hover {
        filter:alpha(opacity=100);
        -moz-opacity:1;
        -khtml-opacity: 1;
        opacity: 1;
}


.compatibility_sm_hover {
	display: block;
	width: 68px;
	height: 14px;
	background: url('../images/compatibility_header/compatibility_btn_small.gif') bottom;
	text-indent: -99999px;
}
.compatibility_sm_hover:hover {
	background-position: 0 0;
}

.forecast_sm_hover {
	display: block;
	width: 59px;
	height: 14px;
	background: url('../images/forecast_friend_btn/forecast_btn_small.gif') bottom;
	text-indent: -99999px;
}
.forecast_sm_hover:hover {
	background-position: 0 0;
}

.private_sidebar_box{
  width:299px;
  height:259px;
  background-image:url(../images/private_dna_bank/private_dna_bank_sidebar_box_bkng.jpg);
  font-size:10px;
  text-align:center;
}

.private_sidebar_person_box_one_person{
  width:89px;
  height:125px;
  float:left;
  text-align:center;
  margin-left:0px;
  padding:2px;
  border:0px blue solid;
  background-image:url(../images/private_dna_bank/guy_box.jpg);
}
.private_sidebar_person_box_img{
  height:50px;
  border:0px;
  margin-top:10px;
  margin-left:3px;
}

.private_sidebar_person_box_name{
  border:0px red solid;
  margin-top:3px;
  margin-bottom:5px;
}







/* the main box - love labs */
.pdna_header_wrapping{
    overflow:hidden;
    width: 100%;
}

#pdna_header_wrap{
    margin-top:5px;
    padding-top:3px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:10px;
    height:87px;
    width:615px;
    background:url(../images/account_screen/_pdna_header_pdna_bkng.png) no-repeat;
}

#pdna_header_wrap #link_area #link_area_inner_wrap{
    float:left;
    width:236px;
    height:80px;
}

#pdna_header_wrap #pdna_header_inner_wrap{
    height:79px;
    width:604px;
    border:0px white dashed;
}

#pdna_header_wrap #user_pic{
    float: left;
    height: 65px;
    width: auto;
    margin-top: 9px;
    margin-left: 13px;
    border-radius: 5px;
}
.love_labs_friend{
    margin-top:10px;
    margin-left: 0px
}
.love_labs_friend .user_photo{
    height: auto;
    width: 55px;
    border: 0px grey solid;
    margin-left: -6px;
    border-radius: 5px;
}


.love_labs_link_upload_photo{
    text-decoration:underline;
    font-size:16px;
    text-align:center;
}
.love_labs_display_photo{
    width:55px;
    height:80px;
    margin-top:-15px;
    margin-left:5px;
    z-index:9999;
    float:right;
    border-radius:5px;
}

.add_hover {
	display: block;
	width: 84px;
	height: 53px;
	background: url(../images/private_dna_bank/add_btn.jpg) bottom;
	text-indent: -99999px;
}
.add_hover:hover {
	background-position: 0 0;
}

.see_everyone_hover {
	display: block;
	width: 144px;
	height: 53px;
	background: url(../images/private_dna_bank/see_everyone_btn.jpg) bottom;
	text-indent: -99999px;
}
.see_everyone_hover:hover {
	background-position: 0 0;
}


.pdna_header_add_btn_hover {
	display: block;
	width: 70px;
	height: 74px;
	background: url(../images/account_screen/_pdna_header_add_btn.png) bottom;
	text-indent: -99999px;
}
.pdna_header_add_btn_hover:hover {
	background-position: 0 0;
}
#search_and_cat_btns_div{
    float:left;
    margin-left:5px;
    margin-top:9px;
    width:240px;
    height:74px;
    border:0px red dashed;
}

body.love_labs #search_and_cat_btns_div form{
    background-color: unset;
}

#search_and_cat_btns_div #form_wrap{
    float:right;
    margin-right:5px;
    width:233px;
    height:33px;
    background:url(../images/account_screen/_pdna_header_search.png);
}

#pdna_header_inner_wrap #add_btn_div{
    float:left;
    margin-left:16px;
    margin-top:2px;
    border:0px white dashed;
}
#pdna_header_inner_wrap #total{
    float:left;width:40px;margin-left:-7px;margin-top:57px;text-align:center;color:black;font-size:10px;border:0px white dashed;
}

#pdna_header_inner_wrap #name{
    float:left;width:150px;margin-left:15px;margin-top:7px;text-align:center;color:black;font-size:11px;font-weight:bold;border:0px white dashed;
}

#pdna_header_inner_wrap #pdna_search{
    float:left;background:transparent;border:0px red solid;height:16px;font-size:12px;color:gray;margin-top:5px;width:180px;margin-left:10px;
}
#pdna_header_inner_wrap form{
    box-shadow:unset;
    padding:0px;
}

#pdna_header_inner_wrap #pdna_search_submit{
    float:left;background:transparent;border:0px red solid;height:24px;font-size:12px;color:gray;margin-top:5px;width:30px;margin-left:5px;padding:0;
}

#category_btns {
    float:right;margin-top:15px;margin-right:5px;width:230px;height:26px;background:url(../images/account_screen/_pdna_header_category_buttons.png);
}





.pdna_category_all{
  float:right;
  height:26px;
  width:47px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}
.pdna_category_all:hover{
  background-position: 0px -29px;
}
.pdna_category_all_selected{
  float:right;
  height:26px;
  width:47px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: 0px -29px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}

.pdna_category_dating{
  float:right;
  height:26px;
  width:50px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -47px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}
.pdna_category_dating:hover{
  background-position: -47px -29px;
}
.pdna_category_dating_selected{
  float:right;
  height:26px;
  width:50px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -47px -29px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}

.pdna_category_friends{
  float:right;
  height:26px;
  width:51px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -97px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}
.pdna_category_friends:hover{
  background-position: -97px -29px;
}
.pdna_category_friends_selected{
  float:right;
  height:26px;
  width:51px;
  margin-top:15px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -97px -29px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}


.pdna_category_work{
  float:right;
  height:26px;
  width:43px;
  margin-top:15px;
  margin-right:7px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -148px 0px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}
.pdna_category_work:hover{
  background-position: -148px -29px;
}
.pdna_category_work_selected{
  float:right;
  height:26px;
  width:43px;
  margin-top:15px;
  margin-right:7px;
  background-image:url(../images/account_screen/_pdna_header_category_buttons.png);
  background-position: -148px -29px;
  background-repeat: no-repeat;
  display:block;
	text-indent: -99999px;
	border:0px red dotted;
}



body.user_account button{
    width:auto;
}
.sign_up,.log_in,.log_out{
    display:inline-block;
    margin-left:60px;
    margin-bottom:30px;
}





/* USER CHANGE PASSWORD PAGE */

.password-rules {
  display: block;
  color: #888;
  font-size: 16px;
  border-bottom:1px gray solid;
  padding-bottom:10px;
  border-top:1px gray solid;
  padding-top:10px;
}


/* button long title images - for mobile */
.button-report-title{
    overflow:hidden;
    width: 100%;
}


/* birthchart_summary_GET */

.summary_get_photo{
    border-radius: 5px;
    border: 0px;
    height: 69px;
    width: 62px;
    margin-top: -1px;
    margin-left: -2px;
}



/* LOVE LABS Page */

.compatibility_dropdown_select2{
    height:140px;
    width:300px;
    border:0px gray solid;
    float:right;
    margin-right:20px;
}

.love_labs_friends_area{
    border:0px gray solid;
    margin-top:30px;
}

.love_lab_person_photo{
    border-radius:5px;
    border:1px grey solid;
    margin-left:3px;
    width: 45px;
}

.love_labs_person_link{
    float:left;
    font-size:10px;
}
.love_labs_person_info{
    float:left;
    width:165px;
    height:55px;
    margin-top:6px;
    margin-left:0px;
    border:0px red dashed;
}
.love_labs_name{
    float:left;
    margin-left:0px;
    font-size:15px;
    margin-bottom:3px;
}
.love_labs_sun{
    float:left;
    margin-left:21px;
    margin-bottom:6px;
}
.love_labs_moon{
    float:left;
    margin-left:21px;
}
.love_lab_person__edit_delete{
    float:left;
    width:80px;
    height:55px;
    margin-top:6px;
    border:0px blue dashed;
}
.love_lab_person_edit{
    float:right;
    width:71px;
    height:28px;
    border:0px gray dashed;
}
.love_lab_person__edit_text{
    float:left;
    width:25px;
    height:14px;
    margin-left:7px;
    margin-top:4px;
    margin-right:-5px;
}
.love_lab_person__edit_icon{
    float:left;
    border:0px;
    margin-bottom:-5px;
}
.love_lab_person__delete_icon{
    border:0px;
    margin-left:7px;
}
.love_lab_person__category{
    float:right;
    width:95px;
    height:24px;
    border:0px blue dashed;
    font-size:8px;
    color:#a3a3a3;
    font-weight:bold;
    text-align:right;
}
.love_lab_person__saved_in{
    width:95px;
    height:12px;
}
.love_lab_person__date_added{
    width:95px;
    height:12px;
}
.love_lab_person__signs_meaning{
    float:left;
    width:115px;
    height:50px;
    margin-left:55px;
    margin-top:10px;
    border:0px red dashed;
}
.love_lab_person__compatibility_link{
    float:left;
    width:125px;
    height:65px;
    margin-left:9px;
    border:0px red dashed;
}
.love_lab_person__compatibility_icon{
    margin-bottom:-5px;
}

.love_labs_link_upload_photo{
    float:right;
    color: #1f5bf5;
    font-weight: bold;
}
.love_labs_form_main_button{
    font-weight:bold;
    margin-top:15px;
    text-transform:uppercase;
    width:49%;
}
.love_labs_form_cancel_button{
    font-weight:bold;
    margin-top:15px;
    text-transform:uppercase;
    background: #ccc;
    width:49%;
}






/* pure css tooltip - html content */

.tooltip-trigger {
  position: relative;
  display: inline-block;
}
.tooltip-trigger p{
    color:white;
}
.tooltip-content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 999;
}

.tooltip-trigger:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
/* pure css tooltip - html content */
/* EXAMPLE USAGE */
/*
<div class="tooltip-trigger" style='float:right;margin-top:-50px;'>
<h1>Html can go here</h1>
  <div class="tooltip-content">
    <p>Do something</p>
    <img src="..." alt="Tooltip Image">
  </div>
</div>
*/






.love_labs_compatibility_selector{
    float: right;
    /* border: 1px #fd9b9b dashed; */
    width: 290px;
    height: 150px;
    margin-top: 5px;
    padding: 5px;
    margin-right: -5px;
}
.c_selector form, .c_selector div, .c_selector select{
    padding:0 !important;
    margin:0 !important;
}
.c_selector form{
    padding: 10px !important;
}
.c_selector select{
    font-size: 12px;
}
.c_selector .submit_btn{
    margin-left: 18%;
    margin-top: 3px;
    margin-bottom: 5px;
    float: left;
    background: #4b6a92;
    width: auto;
    padding: 6px 15px;
}
.c_selector .submit_btn:hover{
    background: #354c69;
}








/* COMPATIBILITY BTN - for 2 PEOPLE */

.compatibility_with_hover {
	display: block;
	width: 287px;
	height: 43px;
	background: url('../images/compatibility_compare_button/view_your_compatibility_with_btn.jpg') bottom;
	text-indent: -99999px;
}
.compatibility_with_hover:hover {
	background-position: 0 0;
}


.compatibility_guest_with_hover {
	display: block;
	width: 287px;
	height: 43px;
	background: url('../images/compatibility_compare_button/view_your_compatibility_with_btn_GUEST.jpg') bottom;
	text-indent: -99999px;
}
.compatibility_guest_with_hover:hover {
	background-position: 0 0;
}

/* COMPATIBILITY HEADER & STYLES */

.composite_summary_get_wrap{
    width:100%;
    overflow:hidden;
}

#cosmic_compatibility_header{
	width: 625px;
	height: 130px;
	background-image:url('../images/compatibility_header/compatibility_2people_header_background.jpg');
}


.composite_summary_get{
    float:left;
    margin-left:17px;
    margin-top: 20px;
}


#cosmic_couple_compatibility_header{
	width: 625px;
	height: 130px;
	background-image:url('../images/cosmic_couples_btn/cosmic_couples_header_background.jpg');
}

.report_title_long_wrap{
    width:100%;
    overflow:hidden;
}


/* COMPATIBILITY BTN - for 2 PEOPLE */
/* FRIEND DIV BOX */


.friend_hr{
  margin-bottom:0px;
  margin-top:0px;
  color:white;
  width:125px;
}

.friend_div_big{
  width:130px;
  height:203px;
  background-image:url(../images/friend_boxes/friend_box_big.jpg);
  float:left;
  padding:4px;
  margin:3px;
  border: 0px #b2b3b3 dashed;
  margin-bottom:10px;
}

.friend_div_big_his{
  width:130px;
  height:203px;
  background-image:url(../images/friend_boxes/friend_box_big_guy.jpg);
  float:left;
  padding:4px;
  margin:3px;
  border: 0px #b2b3b3 dashed;
  margin-bottom:10px;
}
.friend_div_big_her{
  width:130px;
  height:203px;
  background-image:url(../images/friend_boxes/friend_box_big_girl.jpg);
  float:left;
  padding:4px;
  margin:3px;
  border: 0px #b2b3b3 dashed;
  margin-bottom:10px;
}
.his_profile_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/compatibility_header/his_profile_button_small.gif') bottom;
	text-indent: -99999px;
}
.his_profile_hover:hover {
	background-position: 0 0;
}

.her_profile_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/compatibility_header/her_profile_button_small.gif') bottom;
	text-indent: -99999px;
}
.her_profile_hover:hover {
	background-position: 0 0;
}

.compatibility_btn_small_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/compatibility_header/compatibility_button_small.gif') bottom;
	text-indent: -99999px;
}
.compatibility_btn_small_hover:hover {
	background-position: 0 0;
}

.his_rating_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/cosmic_rating_btn/his_rating_button_small.gif') bottom;
	text-indent: -99999px;
}
.his_rating_hover:hover {
	background-position: 0 0;
}

.her_rating_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/cosmic_rating_btn/her_rating_button_small.gif') bottom;
	text-indent: -99999px;
}
.her_rating_hover:hover {
	background-position: 0 0;
}

.his_forecast_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/forecast_friend_btn/his_forecast_button_small.gif') bottom;
	text-indent: -99999px;
}
.his_forecast_hover:hover {
	background-position: 0 0;
}


.her_forecast_hover {
	display: block;
	width: 87px;
	height: 14px;
	background: url('../images/forecast_friend_btn/her_forecast_button_small.gif') bottom;
	text-indent: -99999px;
}
.her_forecast_hover:hover {
	background-position: 0 0;
}








/* MAGI COMPATIBILITY BOXES */



.magi_summary_total_divs{
    width:625px;
    height:140px;
    background-color: #74b0f3;
    background-image:url(../images/magi_boxes/magi_box_summary.jpg);
    background-repeat:no-repeat;
    font-size:10px;
}
.magi_summary_total_divs .magi_summary_column{
    width:145px;
    padding-left: 15px;
    float:left;
    border:0px dotted gray;
}
.magi_summary_column_start{
    margin-left:20px;
    font-size:30px;
    color:#003e83;
}


.magi_aspect{
  width:115px;
  border:0px dotted black;
  float:left;
  margin:2px;
}
.magi_points{
  text-align:center;
  font-size:12px;
  width:40px;
  border:0px dotted black;
  float:left;
  margin:2px;
  margin-right:7px;
}
.magi_description{
  width:270px;
  font-size:8px;
  border:0px dotted black;
  float:left;
  margin:2px;
}

.magi_box_luck{
    width:625px;
    height:296px;
    background-color: #74b0f3;
    background-image:url(../images/magi_boxes/magi_box_luck.jpg);
    background-repeat:no-repeat;
    font-size:10px;
}
.magi_box_luck .space1{
    height:40px;
}
.magi_box_luck .space2{
    padding:15px;
    border:0px dotted gray;
}
.magi_box_luck .linkages_list{
    height:105px;
    width:470px;
    overflow:auto;
}
.magi_box_luck .big_number{
    height:15px;
    border:0px dotted gray;
}
.magi_box_luck .div1{
    float:left;
    height:50px;
    width:330px;
}
.magi_box_luck .total_luck_num{
    float:left;
    height:50px;
    width:150px;
    font-size:50px;
    border:0px dotted gray;
    color:green;
}
.magi_box_luck .aspects_total{
    margin-left:15px;font-style:italic;
    font-size:12px;
    margin-top:0px;
}







.magi_box_sex{
    width:625px;
    height:296px;
    background-color: #74b0f3;
    background-image:url(../images/magi_boxes/magi_box_sex.jpg);
    background-repeat:no-repeat;
    font-size:10px;
}
.magi_box_sex .space1{
    height:40px;
}
.magi_box_sex .space2{
    padding:15px;
    border:0px dotted gray;
}
.magi_box_sex .linkages_list{
    height:105px;
    width:470px;
    overflow:auto;
}
.magi_box_sex .big_number{
    height:15px;
    border:0px dotted gray;
}
.magi_box_sex .div1{
    float:left;
    height:50px;
    width:330px;
}
.magi_box_sex .total_sex_num{
    float:left;
    height:50px;
    width:150px;
    font-size:50px;
    border:0px dotted gray;
    color:#b20000;
}
.magi_box_sex .aspects_total{
    margin-left:15px;font-style:italic;
    font-size:12px;
    margin-top:0px;
}





.magi_box_love{
    width:625px;
    height:296px;
    background-color: #74b0f3;
    background-image:url(../images/magi_boxes/magi_box_love.jpg);
    background-repeat:no-repeat;
    font-size:10px;
}
.magi_box_love .space1{
    height:40px;
}
.magi_box_love .space2{
    padding:15px;
    border:0px dotted gray;
}
.magi_box_love .linkages_list{
    height:105px;
    width:470px;
    overflow:auto;
}
.magi_box_love .big_number{
    height:15px;
    border:0px dotted gray;
}
.magi_box_love .div1{
    float:left;
    height:50px;
    width:330px;
}
.magi_box_love .total_love_num{
    float:left;
    height:50px;
    width:150px;
    font-size:50px;
    border:0px dotted gray;
    color:#b20000;
}
.magi_box_love .aspects_total{
    margin-left:15px;font-style:italic;
    font-size:12px;
    margin-top:0px;
}



.magi_box_drama{
    width:625px;
    height:296px;
    background-color: #74b0f3;
    background-image:url(../images/magi_boxes/magi_box_drama.jpg);
    background-repeat:no-repeat;
    font-size:10px;
}
.magi_box_drama .space1{
    height:40px;
}
.magi_box_drama .space2{
    padding:15px;
    border:0px dotted gray;
}
.magi_box_drama .linkages_list{
    height:105px;
    width:470px;
    overflow:auto;
}
.magi_box_drama .big_number{
    height:15px;
    border:0px dotted gray;
}
.magi_box_drama .div1{
    float:left;
    height:50px;
    width:330px;
}
.magi_box_drama .total_drama_num{
    float:left;
    height:50px;
    width:150px;
    font-size:50px;
    border:0px dotted gray;
    color:#b20000;
}
.magi_box_drama .aspects_total{
    margin-left:15px;font-style:italic;
    font-size:12px;
    margin-top:0px;
}

/* end - MAGI COMPATIBILITY BOXES */





/* USER ICON - TOP RIGHT */
#user-icons .account_image{
    width:35px;
    height:35px;
    border-radius:50px;
    margin-bottom:-9px;
    margin-right:-10px;
    opacity:1;
    border:1px rgba(255,255,255,.2) solid;
    /*transition: border 0.3s ease, opacity 0.3s ease;*/
    transition: border 0.3s ease;
}
#user-icons .account_image:hover{
    border:2px white solid;
    opacity:.9;
}

/* USER ACCOUNT CHANGE PHOTO - PAGE */

.more_options{
    border:1px rgba(0,0,0,0.2) solid;
    border-radius:10px;
    padding:20px;
    padding-left:10%;
    width: 65%;
    float:right;
}
.more_options p{
    color:rgba(0,0,0,0.5);
}



/* closed by default */
.faq-answer{
    display:none;
    margin-bottom:30px;
}



/* EACH PAGE - A page icon - like in the menu */
.page-icon{
    float:right; color:#6eb7e6;
    font-size:60px;
    margin-left:20px;
}






/* cosmic compatibility - text readings layout */
.text_link_box_button{
  width:113px;
  font-size:10px;
  padding:3px;
  color:blue;
  background-color:white;
  border:1px #dbdbdb solid;
  margin-bottom:10px;
}
.text_link_box_button:hover{
  background-color:#dedede;
  color:#00169b;
  border:1px #626262 solid;
}

.text_link_box_button_selected{
  width:113px;
  font-size:10px;
  padding:3px;
  color:white;
  font-weight:bold;
  background-color:#383838;
  border:1px #dbdbdb solid;
  margin-bottom:10px;
}
.content_text_box{
  width:480px;
  border-bottom:0px gray dashed;
  margin-bottom:0px;
  line-height:150%;
  border-bottom:1px gray dashed;
  padding-bottom:15px;
}
.content_text_box_1{
  margin-bottom:0px;
  font-weight:bold;
  background-color:#efeeee;
  text-align:center;
  font-size:18px;
  padding:0px;
}

.compatibility-container{
    width:620px;
    border:0px red dashed;
}
.articles-nav-left{
    float:left;
    width:120px;
    margin-right:10px;
    border:0px gray dashed;
    font-size:9px;
    color:red;
    text-align:left;
}
.compatibility-content-read{
    float:left;
    width:79%; /*470px*/
    border:0px green dotted;
    border-left:1px gray solid;
    padding-left:10px;
}


.plus-sign-bold{
    float:left;
    font-size:50px;
    margin-left:-10px;
    margin-right:-10px;
    margin-top:25px;
    font-weight:bold;
}



.person1-1-planet{
    float:left;
    margin-left:-15px;
}
.person2-1-planet{
    float:right;
    margin-right:-40px;
}



.planet-1-image{
    float:right;color:black;font-size:12px;font-weight:bold;text-align:center;margin-left:-15px;
}
.white-under-planet-word{
    background-image:url(../images/planet_and_signs_box/under_planet_name.png);
}
.white-under-planet-word .planet-word{
    margin-top:0px;margin-bottom:-12px;
}
.white-under-planet-word .planet-word span{
    font-weight:normal;
    font-style:italic;
    color:gray;
    font-size:9px;
}












/* styles that apply to all screen widths can go here */


/*1.	For mobile devices with a maximum width of 480px:*/
@media (min-width: 0px) and (max-width: 480px) {
/* Styles for mobile devices */

body{border:0px blue solid;}

.compatibility-container{
    width: 100%;
}
.articles-nav-left {
    float: unset;
    width: 100%;
    clear:both;
    margin-bottom:50px;
}
.text_link_box_button_selected {
    width: 100%;
}
.text_link_box_button {
    width: 100%;
}



/* compatibility reading articles content */
.compatibility-content-read {
    float: left;
    width: 100%;
    border: 0px gray solid;
    padding:0 0px;
}

.content_text_box {
    width: 100%;
}

.person1-1-planet{
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    margin-bottom:30px;
    margin-left:40px;
    min-height:80px;
}

.plus-sign-bold {
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    margin:10px;
    margin-left:150px;
    min-height:40px;
}

.person2-1-planet {
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    min-height:50px;
    margin-left:40px;
}





.under-content-button-layout{
    width:90%;
}

img.spread-the-word{
    width:95%;
    margin: 20px auto;
}

/* cosmic dna reading reports */
.interpretation{
    width:90%;
}

    header{
        display:none;
    }

    #mobile_logo_wrap{
        display:block;
    }
    #mobile_menu_outer_wrap{
        display:none;
    }


.above_footer_columns #left{
    width:100%;
    float:unset;
    border:0px white solid;
}
.above_footer_columns #right{
    width:80%;
    float:unset;
    margin-left:50px;
    margin-right:50px;
}


.one_person{
    width:95%;
}

.flash_intro_box {
    display: none;
}



form.cosmic_dna{
    background: url(../images/form/white-bed-smiling-mobile.jpg) no-repeat;
    background-size: 350px;
    width:100%;
    min-height:280px;
    max-width:unset;
    padding-left:20px;
    padding-right:20px;
    padding-top:300px;
}

section .content {
    padding: 0px;
    padding-top: 20px;
}

.content_box{
    padding-left:15px;
    padding-right:15px;
    
}



form.cosmic_dna{
    max-width: 450px;
    background-size: 450px;
    width: 100%;
    overflow: hidden;
}

.cosmic-dna-small-header{
    margin-top:0px;
    margin-left:0px;
}

.cosmic-dna-links-wrap{
    text-align:left;
    margin-bottom: 0px;
}

.cosmic-dna-link-at-top-left{
    margin-right:20px;
    margin-left:0px;
    margin-top:10px;
    height:30px;
    display:block;
    font-size:14px;
}

.cosmic-dna-link-at-top-right{
    margin-right:20px;
    margin-left:0px;
    margin-bottom:40px;
    height:30px;
    display:block;
    font-size:14px;
}



body.love_labs form.cosmic_dna{
    padding-top:300px;
}
body.love_labs .cosmic-dna-links-wrap, body.love_labs .cosmic-dna-small-header{
    display:none !important;
}



}





/*2.	For small tablets with a maximum width of 768px:*/
@media (min-width: 481px) and (max-width: 768px) {
/* Styles for small tablets */

body{border:0px green solid;}

/* compatibility reading articles content */
.compatibility-content-read {
    float: left;
    width: 58%;
}

.content_text_box {
    width: 350px;
}

.person1-1-planet{
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    margin-bottom:30px;
    margin-left:40px;
    min-height:80px;
}

.plus-sign-bold {
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    margin:10px;
    margin-left:150px;
    min-height:40px;
}

.person2-1-planet {
    float:unset;
    margin:0;
    width:100%;
    border:0px gray solid;
    clear:both;
    min-height:50px;
    margin-left:40px;
}





img.spread-the-word{
    width:95%;
}


    header{
        display:none;
    }
    #mobile_logo_wrap{
        display:block;
    }
    #mobile_menu_outer_wrap{
        display:none;
    }


.above_footer_columns #left{
    width:100%;
    float:unset;
    border:0px white solid;
}
.above_footer_columns #right{
    width:60%;
    float:unset;
    margin-left:20%;
    margin-right:10%;
    margin-top:50px;
}

.one_person{
    width:95%;
}










}





/*3.	For tablets with a maximum width of 992px:*/
@media (min-width: 768px) and (max-width: 992px) {
/* Styles for tablets */
body{border:0px yellow solid;}

/* ------------------------------- */

    header{
        display:none;
    }
    #mobile_logo_wrap{
        display:block;
    }
    #mobile_menu_outer_wrap{
        display:none;
    }

}


/*4.	For laptops and desktops with a maximum width of 1200px:*/
@media (min-width: 990px) and (max-width: 1200px) {
/* Styles for laptops and desktops */
body{border:0px orange solid;}

    header{
        display:block;
    }
    #mobile_menu_outer_wrap, #mobile_logo_wrap{
        display:none;
    }

} 


/*5.	For large screens with a minimum width of 1201px:*/
@media (min-width: 1201px) {
/* Styles for large screens */ /* copy and paste the styles that apply to the largest screen size into the media query for screens over 1201px. */

body{border:0px red solid;}





    header{
        display:block;
    }
    #mobile_menu_outer_wrap, #mobile_logo_wrap{
        display:none;
    }
    

}
