﻿.home-wrapper {
    display: table;
    width: 1200px
}

.action-wrapper {
    display: inline-block;
    height: 400px;    
}

.category {
    width: 400px;
    padding-top: 20px;
    float: left;
    text-align: center;
    border: solid 1px lightgray;
    box-sizing: border-box;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: bold;
}

.category img {
    width: 394px;
    height: 200px;
}

.category:hover {
    color: #FF6600; 
    box-shadow: 0 0 5px gray;
}

.home-wrapper h1 {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
}

.home-wrapper h2 {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.advatage {
    margin-bottom: 20px;
}

.advatage td {
    width: 240px;
    text-align: center;
    vertical-align: text-top;
}

.extra-information {
    width: 100%;
    padding-top: 20px;
    border-top: solid 1px lightgray;
}

.extra-information-header {   
    font-size: 20px;
    text-align: center;
}

.extra-information td {    
    padding: 5px 50px;
    width: 50%;   
}

.extra-information .img-60 {    
    text-align: center;
}

.extra-information .img-60 img {    
    height: 60px;
}

.extra-information .link a {
    color: #06c;    
    font-weight: bold;
}

.extra-information .link a:hover {
    text-decoration: none;
}

.extra-information .list {
    margin: 0;
    padding: 0 220px;
}

.extra-information .list li {
    padding-top: 10px;
}