body {
	background:#790fc3;
	
}

#confirmbody {
	text-align:center;
	color:silver;
}

.container {
    color:silver;
    font-family: Arial, sans-serif;
    text-align: center;
}

.kejalogo {
	
	height:80px;
	width:80px;
	padding-top: -10;
	
}

#logo {
	border-radius:30px;
	opacity:0.2;
}

#logo_sm {
	border-radius:10px;
}

/* unvisited link */
.dloadtext:link {
	color:silver;
}

/* mouse over link */
.dloadtext:hover{
	color:yellow;
}

/* visited link */
.dloadtext:visited {
    color: orange;
}

.textline {
	text-align:justify;
}

#belowfooter {
	padding-top:20px;
	text-align:center;
	font-weight:bold;
	color:silver;
	font-family: Arial, sans-serif;
}

/* unvisited link */
.iosapp:link {
    color: white;
}

.iosapp:visited {
    color: yellow;
}

/* mouse over link */
.iosapp:hover {
    color: silver;
}

/* selected link */
.iosapp:active {
    color: orange;
}

/* unvisited link */
.andapp:link {
    color: white;
}

.andapp:visited {
    color: yellow;
}

/* mouse over link */
.andapp:hover {
    color: silver;
}

/* selected link */
.andapp:active {
    color: orange;
}

/* unvisited link */
.winapp:link {
    color: white;
}

.winapp:visited {
    color: yellow;
}

/* mouse over link */
.winapp:hover {
    color: silver;
}

/* selected link */
.winapp:active {
    color: orange;
}

.facebook {
	margin:10px 0 0 10px;
    float:left;
    border-radius:7px;
}

.twitter {
	margin:10px 0 0 5px;
    float:left;
    border-radius:7px;
}

/* CSS Styling for Footer - Must be below .container */

.footer {
	background:#000;
	color:#fff;
}

.copyright {
	font-size: 12px;
	padding-bottom: 20px;
}

.footer hr {
	margin-top: 10px;
	background-color: white;
}

.footer p {
	font-size: 12px;
}

.footer a {
	color: white;
}

.footer h1 {
	color: white;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }	



