﻿.left {
  float: left; }

.right {
  float: right; }

.hidden {
  display: none !important; }

.mssql img, .MicrosoftAzure img {
  background-color: #fff; }

.MicrosoftAzure img {
  width: 100%; }

.getQuotation {
  background: none repeat scroll 0 0 #00529C;
  width: 100%;
  overflow: auto; }
  .getQuotation .text {
    color: #fff;
    float: left;
    font-size: 30px;
    margin-top: 25px; }
  .getQuotation .button {
    margin: 20px 0; }

#Prices .infopanel {
  border: 5px solid #53A5DB;
  color: #fff !important;
  background-color: #00529C;
  margin-top: 0;
  padding: 0;
  text-align: center; }
  #Prices .infopanel .contentTop {
    background-color: #53A5DB;
    padding: 20px; }
    #Prices .infopanel .contentTop .title {
      color: #ffffff;
      font-size: 35px;
      font-weight: bold;
      letter-spacing: -2px;
      text-transform: capitalize; }
    #Prices .infopanel .contentTop .contentPrice {
      width: 100%; }
      #Prices .infopanel .contentTop .contentPrice .price {
        color: #fff;
        font-size: 35px; }
      #Prices .infopanel .contentTop .contentPrice .text {
        color: #fff;
        font-size: 20px; }
  #Prices .infopanel .contentBottom {
    padding: 20px; }

