﻿
  * {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.w10, .w20, .w30, .w40, .w50, .w70, .w100 {
    height: 35px;
    float: left;
    display: inline-block;
    width: 100%;
}

.w10{
    width: 10%;
}
.w20{
    width: 20%;
}
.w30{
    width: 30%;
}
.w40{
    width: 40%;
}
.w50{
    width: 50%;
}
.w70{
    width: 70%;
}
.w100{
    width: auto;
}

body {

    background-image: url('../images/DSC_0259.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.h2{
    color: #ff0000 !important;
}

.bg
{
    background: url('../images/TrackServicesSwish.png') !important;
}

#TSimg{
    width: 44%;
    padding-top: 10px;
    padding-bottom: 4px;
}

.page
{
    width: 600px;
    background-color: #fff;
    margin: auto;
    margin-top: 100px;
    border: none;
    border-radius: 12px;
}

.link{
    width:50%;
}

.pnl{
border: none;
}

.failureNotification{
    color:red;
}
