/**
 * responsive stylesheet for sinnis-dealer-maps related pages.
 *
 * author:  trey taylor (t.taylor@sinnis.co.uk)
 * plugin:  sinnis-dealer-maps
 * version: 1.0
*/

/** mob **/
@media (max-width: 742px)
{
    span.score {
        left: unset;
        margin-top: 173px
    }

    a.button.find-out-more {
        left: unset
    }
}

/** mob (landscape) **/
@media (max-width: 742px) and (orientation: landscape)
{
    span.score {
        margin-top: 253px
    }
}

/** tablet **/
@media (min-width: 760px) and (max-width: 1050px)
{
    span.score {
        margin-top: 173px
    }
}

/** tablet (portrait) **/
@media (min-width: 760px) and (max-width: 800px) and (orientation: portrait)
{
    span.score {
        margin-top: 143px
    }
}
