/*
	Based adjustments for: Bootstrap v3.3.6 (http://getbootstrap.com);
*/

a:hover, a:focus {
    text-decoration: none;
}

* {
	margin: 0;
	padding: 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


textarea {
	resize: none;
}

.container {
    position: relative;
}

/*  */

.p-double {
    margin-bottom: 20px;
}

.menu li a {
    display: block;
}

.menu--h li {
    display: inline-block;
}

.menu--v li {
    width: 100%;
    display: block;
}

.section {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

.upper {
    text-transform: uppercase;
}

.my-table {
    width: 100%;
}