﻿.TechItem.First
{
    margin-left: 0px;
}
.TechItem
{
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 40px;
    cursor: pointer;
}
.TechItem.Last
{
    margin-right: 0px;
}

.TechItem .Popup
{
    display: none;
    padding: 10px;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    margin: -40px 0px 0px -20px;
    background-color: #bed600;
    color: #6B1F7C;
    font-weight: bold;
    cursor: pointer;
}
.TechItem .Popup.Open
{
    display: block;
}
/*.TechItem .Popup span
{
    padding: 10px;
    display: block;
}*/

.TechItem .TechTextBottom
{
    margin-top: 110px;
    color: #6B1F7C;
    display: block;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.ChooseTech .Full
{
    height: 50px;
    clear: both;
}
