﻿/* Style the tab */
.tab {
    float: left;
    width: 30%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    color: black;
    background: #ffcd53;
    padding: 22px 16px;
    font-size: 18px;
    width: 100%;
    margin-left: 10px;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

  /* Create an active/current "tab button" class */
.tab button.active {
      background-color: #f3ef9e;

  }

/* Style the tab content */

.tabcontent {
    float: right;
    margin-top:30px;
    padding: 0px 12px;
    width: 65%;
    margin-bottom:40px;
}

/* customise the tooltip-para style */
.ui-tooltip-content{
    color: green;
    background-image: url("../images/nacho_white_ori.png");
    background-size: 80px 60px;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 60px;
    max-width: 200px;
    padding-left: 100px;
}
.yellowTexts div{
    color: #ddad32 !important;
}

p{
    padding:10px;
    cursor:pointer;
}
.btnex{
    padding:15px;
    float:right;
    color:white;
}
.lessons-content{
    padding-right: 10%;
}
.lessons-content a{
    color:blue;
}
ol li{
    margin-left: 30px;
    padding-left: 10px;
}
.planetImages{
    /* float: right; */
    height: 100px;
    width: 100px;
}
.highlighted{
    color:blue;
}

/* style for Report sections */
#content-mercury img, #content-earth img{
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
}

#content-venus img, #content-mars img{
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}
.unlinkedBtn{
    color: white !important;
}
#bbImage{
    width: 30%;
    /* position: absolute; */
    float: right;
    padding: 10px 10px;
}