/*CSS for cell : linkologyCurtainMenu*/
.close-curtain-pl {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    justify-items: center;
}

.close-curtain-pl:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.discover-main-holder
{
    position: absolute;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.discover-holder-inner
{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
 
}
                
.divider-main-holder 
{
    display:flex;
    background-color: green;
    padding: 5px;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
    text-align: justify;
    margin-left: 5px;
}

.method-cell-4-Discovery
{
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    text-align: justify;
    border: 1px solid #feb300;
    margin-bottom : 5px;
    margin-right: 20px;
    margin-left: 5px;
}
.item-method
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-method-1
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;   
}

.tutorial-content-panel
{
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: justify;
    border: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5;
}
