﻿
.button-action {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3498db), color-stop(1, #4ab7ff) );
	background:-moz-linear-gradient( center top, #3498db 5%, #4ab7ff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#4ab7ff');
	background-color:#3498db;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	/*width:100px;*/
	padding: 0px 20px;
	text-decoration:none;
	text-align:center;
}
.button-action:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4ab7ff), color-stop(1, #3498db) );
	background:-moz-linear-gradient( center top, #4ab7ff 5%, #3498db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ab7ff', endColorstr='#3498db');
	background-color:#4ab7ff;
	text-decoration:none;
}
.button-action:active {
	text-decoration:none;
}
.button-action a:active {
	text-decoration:none;
}
/* This button was generated using CSSButtonGenerator.com */


.fact-container
{
    max-width: 260px;
    float: left;
    background-color: #F6F6F6;
    margin: 5px;
    border-radius: 8px;
}
.fact
{
    padding: 15px;
}

.shopItem
{
    width: 320px;
    background-color: #F6F6F6;
    border-radius: 16px;
}
.shopItem :hover
{
}

p.footer-copyright
{
    color: White;
}

td {
    color: #000000;
}