﻿.container-floating-notifications {
    font-size: 12px!important;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    color: #fff!important;
    padding: 5px;
}
.container-floating-notifications h2 {
  margin: 0; 
  padding: 0;
}

.container-floating-notifications .detaljertWrapper {
	text-align: left;
	padding-left: 10px;
	width: 30em;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	height: 500px;
	overflow-y: auto;
}

.container-floating-notifications .detaljertWrapper h2 {
	padding-bottom: 10px;
	font-size: 24px!important;
	color: #31a8f0!important;
}

.container-floating-notifications table {
	width: 100%;
	padding-bottom: 10px;
}

.container-floating-notifications td {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 2px;
	font-size: 12px!important;
}

.container-floating-notifications a {
	color: #31a8f0 !important;
}
@media only screen and (max-width: 767px) { 
  .container-floating-notifications {
	font-size: 16px!important;
	position: static!important;
	box-sizing: border-box;
 }
.container-floating-notifications .detaljertWrapper {
  width: 100%;
 }
}

