/******************************************************************
Theme Name: Theme-Criteo
Theme URI: #
Description: Custom responsive theme for mensalon.
Author: Triskel Studio
Author URI: http://www.triskelstudio.com/
Version: 1.0.0
Text Domain: Criteo
License: Copyright 2015. All rights reserved.
License URI: #
Tags: Criteo, bootstrap
******************************************************************/


/*============Typography CSS================*/
table th, table td { 
    line-height: 18px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
table {
    margin: 20px 0;
    /*width: 100%;*/
}
abbr, tla, acronym {
    cursor: help;
    text-decoration: underline;
}
ins {
    background-color: rgba(254, 255, 0, 0.68);
    text-decoration: none;
}
img{
	max-width: 100%;
}
.alignleft {
    float: left;
    margin: 0.5em 20px 0.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 0.5em 20px;
}
.aligncenter{
	 display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom:20px;
	margin-top: 30px;*/
    margin-top: 10px;
    margin-bottom:10px;
    text-align: center;
}

p {
    color: #555759;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/*
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
*/
dd {
    margin-left: 10px;
}

a {
    color: #ff8f1c;
    text-decoration: none;
}
a:hover,
a:focus {
/*  color: #23527c;*/
  text-decoration: underline;
}
