p {
	font-size: 14px;
	
}

td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 10px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
	text-align:center;
    background-color: #540A5E;
    color: #ffffff;
    padding: 15px;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h2 { color:#540A5E; }

.menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
	.menudes {
		display: none;
	}

.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #540A5E;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.menu li:hover {
    background-color: #540A5E;
}

.menu a:link {
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFC;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:active {
	text-decoration: none;
}



.aside {
    background-color: #540A5E;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.aside a:link, .aside a:visited {
	color: #FFF;
}
.footer {
    background-color: #540A5E;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

* {
    box-sizing: border-box;
}

input[type=text], input[type=password],input[type=number],input[type=url], select, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
}

label {
    padding: 5px 10px 0px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #540A5E;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
	width: 25%;
}

input[type=submit]:hover {
    background-color: #540A5E;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 7px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 3px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 3px;
}
.col-100 {
    float: right;
    width: 100%;
    margin-top: 3px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.bb img { 
	max-width:100%;
	height: auto;
}
.imgww {
	max-width:400px;
}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }


/* table style */
/*tr:nth-child(even) {background: #FFF} */
tr:nth-child(odd) {background: #EAEAEA}
tr:nth-child(even) {background: #CCC} 
.tabfon {	font-size: 12px;}	

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .coll-m-9 {width: 65%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 75%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	.menu {
		visibility: hidden;
		display: none;
	}
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
		padding: 10px 10px 10px 10px;
    }
	.bb img{
		width:100%;
	}

	.menudes {
		display: block;
	}
	
.dropbtn {
    background-color: #540A5E;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
	width:100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.dropdown {
    position: relative;
    display: inline-block;
	width:100%;
}

.dropdown-content {
    display: none;
	margin-bottom: 7px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align:center;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #540A5E;}
}
