﻿
/*======================================
    GENERAL STYLES
======================================= */

@import url(https://fonts.googleapis.com/css?family=Lato);

body {
    font-family: 'Lato', sans-serif;
    font-size:15px;
    background-color: #EAEAEA;
}

.pad-top {
    padding-top:30px;
}
.pad-bottom {
     padding-bottom:50px;
}
.font-big {
    font-size:20px;
}
.outer-section {
     border:1px solid #dedede;
     background-color: #fff;
	 margin-top:20px;
	 
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  right: 21px;
  /* Each alert has its own width */
  float: right;
  clear: right;
  background-color: white;
}

.alert-red {
  color: white;
  background-color: #DA4453;
}
.alert-green {
  color: white;
  background-color: #37BC9B;
}
.alert-blue {
  color: white;
  background-color: #4A89DC;
}
.alert-yellow {
  color: white;
  background-color: #F6BB42;
}
.alert-orange {
  color:white;
  background-color: #E9573F;
}